diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-06-11 21:26:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-06-11 21:26:32 +0800 |
commit | b70c443ec98d65ca54782e8b115134804d1a9d03 (patch) | |
tree | f992900511416192c297140c73a40338cd26feb3 | |
parent | 4862bbeb149031adc9e40b104b11f409cf913d43 (diff) | |
download | freebsd-ports-gnome-b70c443ec98d65ca54782e8b115134804d1a9d03.tar.gz freebsd-ports-gnome-b70c443ec98d65ca54782e8b115134804d1a9d03.tar.zst freebsd-ports-gnome-b70c443ec98d65ca54782e8b115134804d1a9d03.zip |
Fix build on -CURRENT by using USE_GCC=any
-rw-r--r-- | audio/xmms-gbsplay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile index 2861025363de..60554e28a7d2 100644 --- a/audio/xmms-gbsplay/Makefile +++ b/audio/xmms-gbsplay/Makefile @@ -12,6 +12,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \ gbsplay:${PORTSDIR}/audio/gbsplay USE_GNOME= glib12 +USE_GCC= any CONFIGURE_ARGS= --disable-nas |