svn commit: r324056 - head/emulators/gngeo
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 31 14:39:37 UTC 2013
Author: bapt
Date: Wed Jul 31 14:39:37 2013
New Revision: 324056
URL: http://svnweb.freebsd.org/changeset/ports/324056
Log:
Fix build with clang by forcing gnu89 standard
Fix build in head without gcc installed
Modified:
head/emulators/gngeo/Makefile
Modified: head/emulators/gngeo/Makefile
==============================================================================
--- head/emulators/gngeo/Makefile Wed Jul 31 14:39:18 2013 (r324055)
+++ head/emulators/gngeo/Makefile Wed Jul 31 14:39:37 2013 (r324056)
@@ -21,6 +21,8 @@ MAKE_JOBS_UNSAFE= yes
CPPFLAGS+= ${CFLAGS} `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
LDFLAGS+= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
+USE_CSTD= gnu89
+MAKE_ARGS+= CC_FOR_BUILD=${CC}
SUB_FILES= pkg-message
More information about the svn-ports-head
mailing list