svn commit: r324073 - head/games/lincity

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 22:52:06 UTC 2013


Author: bapt
Date: Wed Jul 31 22:52:05 2013
New Revision: 324073
URL: http://svnweb.freebsd.org/changeset/ports/324073

Log:
  Fix build with clang

Modified:
  head/games/lincity/Makefile

Modified: head/games/lincity/Makefile
==============================================================================
--- head/games/lincity/Makefile	Wed Jul 31 22:50:47 2013	(r324072)
+++ head/games/lincity/Makefile	Wed Jul 31 22:52:05 2013	(r324073)
@@ -14,11 +14,8 @@ OPTIONS_DEFINE=	SVGALIB NLS
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-.if ${CC} == "clang"
+USES=		gmake
 USE_CSTD=	c89
-.endif
-
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list