aboutsummaryrefslogtreecommitdiff
path: root/audio/deadbeef
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-11-19 20:23:54 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-11-19 20:23:54 +0000
commitd0c7f6ad2ea5f2e53226759b34d74fc4a2a02bd4 (patch)
tree95af2cc9b73fd7e7666743248d6dbe4b4053855b /audio/deadbeef
parentfede1334bcdd74604a3c104d0b9ad446a517c0de (diff)
downloadports-d0c7f6ad2ea5f2e53226759b34d74fc4a2a02bd4.tar.gz
ports-d0c7f6ad2ea5f2e53226759b34d74fc4a2a02bd4.zip
Notes
Diffstat (limited to 'audio/deadbeef')
-rw-r--r--audio/deadbeef/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index b71101bf0054..0996784942de 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -22,7 +22,6 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
-USE_GCC= 4.5+
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_ICONV= yes
@@ -70,6 +69,10 @@ OPTIONS= PULSE "PulseAudio output plugin (unsupported)" off\
.include <bsd.port.options.mk>
+.if ${ARCH} == "amd64"
+USE_GCC= 4.5+
+.endif
+
.if defined(WITHOUT_PULSE)
CONFIGURE_ARGS+= --disable-pulse
PLIST_SUB+= PULSE="@comment "