aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/xmms-mp3cue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-mp3cue/Makefile b/audio/xmms-mp3cue/Makefile
index b1e39549479c..2471c228f7e0 100644
--- a/audio/xmms-mp3cue/Makefile
+++ b/audio/xmms-mp3cue/Makefile
@@ -25,8 +25,8 @@ PLIST_SUB= PORTDOCS=${DISTNAME}
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-CONFIGURE_ENV= CFLAGS="-fPIC"
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
.endif
post-patch: