diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:47:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:47:50 +0000 |
commit | 3563aeb2bd7f680039c664dd889a81a1e23fe500 (patch) | |
tree | 5dd149badbba2e036998e3806dbdfec7ce2682c2 /audio/xmms-mp3cue | |
parent | 91a51349c5bcf304020cca292a6cdb520893e720 (diff) | |
download | ports-3563aeb2bd7f680039c664dd889a81a1e23fe500.tar.gz ports-3563aeb2bd7f680039c664dd889a81a1e23fe500.zip |
Notes
Diffstat (limited to 'audio/xmms-mp3cue')
-rw-r--r-- | audio/xmms-mp3cue/Makefile | 4 |
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: |