diff options
author | krion <krion@FreeBSD.org> | 2004-02-09 05:30:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-09 05:30:30 +0800 |
commit | 0cc313c7487badbc47c7bb95af0dfee0abbf6de1 (patch) | |
tree | b23b79108e735c79234aee4921ff2d82e23d6485 /audio | |
parent | 157190d38c7015d2f12d09309de8ee9f0b9335d8 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |