aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixie
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-08 21:25:06 +0800
committerkrion <krion@FreeBSD.org>2004-02-08 21:25:06 +0800
commite58d69c4e131cdf4970d41d5deb3f7c7c60e2b6f (patch)
tree8594e000092ae09f6b3696cc97f0a5b1acec4f52 /graphics/pixie
parent5b37e0821490a0ee62f27519eb77f4fdb91be4bf (diff)
downloadfreebsd-ports-gnome-e58d69c4e131cdf4970d41d5deb3f7c7c60e2b6f.tar.gz
freebsd-ports-gnome-e58d69c4e131cdf4970d41d5deb3f7c7c60e2b6f.tar.zst
freebsd-ports-gnome-e58d69c4e131cdf4970d41d5deb3f7c7c60e2b6f.zip
- Fix build on AMD64
PR: 62509 Submitted by: maintainer
Diffstat (limited to 'graphics/pixie')
-rw-r--r--graphics/pixie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 8fd720db7b3c..1e43cb211193 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -29,8 +29,8 @@ USE_LIBTOOL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
- CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
+ CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes