aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-09 05:30:30 +0800
committerkrion <krion@FreeBSD.org>2004-02-09 05:30:30 +0800
commit0cc313c7487badbc47c7bb95af0dfee0abbf6de1 (patch)
treeb23b79108e735c79234aee4921ff2d82e23d6485 /audio
parent157190d38c7015d2f12d09309de8ee9f0b9335d8 (diff)
downloadfreebsd-ports-gnome-0cc313c7487badbc47c7bb95af0dfee0abbf6de1.tar.gz
freebsd-ports-gnome-0cc313c7487badbc47c7bb95af0dfee0abbf6de1.tar.zst
freebsd-ports-gnome-0cc313c7487badbc47c7bb95af0dfee0abbf6de1.zip
- Fix build on AMD64
Diffstat (limited to 'audio')
-rw-r--r--audio/xmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index bfd1baeef6ac..dd2ddb96af37 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -21,7 +21,7 @@ USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include -fPIC"
USE_AUTOCONF= yes
WANT_GNOME= yes