svn commit: r325504 - head/audio/re
Baptiste Daroussin
bapt at FreeBSD.org
Wed Aug 28 05:51:16 UTC 2013
Author: bapt
Date: Wed Aug 28 05:51:16 2013
New Revision: 325504
URL: http://svnweb.freebsd.org/changeset/ports/325504
Log:
Fix build without gcc
Modified:
head/audio/re/Makefile
Modified: head/audio/re/Makefile
==============================================================================
--- head/audio/re/Makefile Wed Aug 28 05:05:06 2013 (r325503)
+++ head/audio/re/Makefile Wed Aug 28 05:51:16 2013 (r325504)
@@ -11,9 +11,10 @@ COMMENT= Library for real-time comms wit
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/docs/COPYING
+USES= gmake
USE_LDCONFIG= yes
-USE_GMAKE= yes
+MAKE_ARGS= CC=${CC}
PORTDATA= re.mk
do-install:
More information about the svn-ports-all
mailing list