Date: Wed, 31 Jul 2013 22:52:06 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324073 - head/games/lincity Message-ID: <201307312252.r6VMq6g6041838@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307312252.r6VMq6g6041838>