Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 07:05:40 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330725 - in head/games/heretic: . files
Message-ID:  <201310180705.r9I75eZV063407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Fri Oct 18 07:05:40 2013
New Revision: 330725
URL: http://svnweb.freebsd.org/changeset/ports/330725

Log:
  fix build with clang by removing the forced set of CC

Modified:
  head/games/heretic/Makefile   (contents, props changed)
  head/games/heretic/files/patch-aj   (contents, props changed)

Modified: head/games/heretic/Makefile
==============================================================================
--- head/games/heretic/Makefile	Fri Oct 18 06:41:42 2013	(r330724)
+++ head/games/heretic/Makefile	Fri Oct 18 07:05:40 2013	(r330725)
@@ -55,7 +55,7 @@ PLIST_SUB=	WAD:="@comment "
 
 post-extract:
 .if ${PORT_OPTIONS:MWAD}
-	@${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/heretic_share.wad.gz \
+	@${GZIP_CMD} -dc ${_DISTDIR}/heretic_share.wad.gz \
 		> ${WRKSRC}/heretic_share.wad
 .endif
 	@${FIND} ${WRKSRC} -name .depend -type f -delete

Modified: head/games/heretic/files/patch-aj
==============================================================================
--- head/games/heretic/files/patch-aj	Fri Oct 18 06:41:42 2013	(r330724)
+++ head/games/heretic/files/patch-aj	Fri Oct 18 07:05:40 2013	(r330725)
@@ -1,7 +1,8 @@
 --- sndserv/Makefile.orig	Sat Oct 23 11:02:21 1999
 +++ sndserv/Makefile	Thu Jan 10 19:34:23 2002
 @@ -1,6 +1,6 @@
- CC = gcc
+-CC = gcc
++#CC = gcc
  
 -CFLAGS=	-Wall -Wstrict-prototypes $(COPT.arch)
 +CFLAGS=	-Wall -Wstrict-prototypes $(COPT.arch) -I/usr/include/sys



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310180705.r9I75eZV063407>