svn commit: r329294 - head/audio/openspc

Emanuel Haupt ehaupt at FreeBSD.org
Fri Oct 4 12:05:21 UTC 2013


Author: ehaupt
Date: Fri Oct  4 12:05:20 2013
New Revision: 329294
URL: http://svnweb.freebsd.org/changeset/ports/329294

Log:
  Fix build on 10-CURRENT

Modified:
  head/audio/openspc/Makefile

Modified: head/audio/openspc/Makefile
==============================================================================
--- head/audio/openspc/Makefile	Fri Oct  4 11:42:38 2013	(r329293)
+++ head/audio/openspc/Makefile	Fri Oct  4 12:05:20 2013	(r329294)
@@ -16,6 +16,7 @@ ONLY_FOR_ARCHS=	i386	# contains x86 asm 
 USE_LDCONFIG=	yes
 NO_STAGE=	yes
 USE_AUTOTOOLS=	libtool
+USE_GCC=	any
 
 PORTDOCS=	README
 PLIST_FILES=	bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so \


More information about the svn-ports-all mailing list