diff options
author | novel <novel@FreeBSD.org> | 2006-01-06 17:14:47 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-01-06 17:14:47 +0800 |
commit | c95188233a6c9cbc597a084e19a56d24ed6d1841 (patch) | |
tree | 71160acaeac333cdcca488946cc6825b3d4e1548 /multimedia | |
parent | 16507731dff98ef4e9375f0219ff10cef3d521a8 (diff) | |
download | freebsd-ports-gnome-c95188233a6c9cbc597a084e19a56d24ed6d1841.tar.gz freebsd-ports-gnome-c95188233a6c9cbc597a084e19a56d24ed6d1841.tar.zst freebsd-ports-gnome-c95188233a6c9cbc597a084e19a56d24ed6d1841.zip |
Fix build on amd64.
Submitted by: Anish Mistry <mistry.7@osu.edu>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index c50b09681494..d5576ea9a9ba 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -32,7 +32,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-xine --disable-gst CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -D__BSD_VISIBLE ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -D__BSD_VISIBLE ${PTHREAD_CFLAGS} -fPIC" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= bmpx.1 |