diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-04 20:05:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-04 20:05:20 +0800 |
commit | 382b5df15f0ad87ba7e2c2f5bbaa1b46606bf636 (patch) | |
tree | 1ee4955fa8ca058477590a07524b534de480a3e7 /audio/openspc | |
parent | 893e4d6d1ae284599e7b8ef9aa7636a09965328a (diff) | |
download | freebsd-ports-gnome-382b5df15f0ad87ba7e2c2f5bbaa1b46606bf636.tar.gz freebsd-ports-gnome-382b5df15f0ad87ba7e2c2f5bbaa1b46606bf636.tar.zst freebsd-ports-gnome-382b5df15f0ad87ba7e2c2f5bbaa1b46606bf636.zip |
Fix build on 10-CURRENT
Diffstat (limited to 'audio/openspc')
-rw-r--r-- | audio/openspc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index ea358bc94060..172412e8c480 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -16,6 +16,7 @@ ONLY_FOR_ARCHS= i386 # contains x86 asm code USE_LDCONFIG= yes NO_STAGE= yes USE_AUTOTOOLS= libtool +USE_GCC= any PORTDOCS= README PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so \ |