aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "