aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tulip
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-03-14 18:09:23 +0800
committerflz <flz@FreeBSD.org>2005-03-14 18:09:23 +0800
commit18c2c99b596be0182087424119cd37155729b1ea (patch)
tree97dd9e7c9d5d49b2486dabd93ff18ca0eda385de /graphics/tulip
parentd45998984b6c8f3131eb6e073fc606d1cb7fdfec (diff)
downloadfreebsd-ports-gnome-18c2c99b596be0182087424119cd37155729b1ea.tar.gz
freebsd-ports-gnome-18c2c99b596be0182087424119cd37155729b1ea.tar.zst
freebsd-ports-gnome-18c2c99b596be0182087424119cd37155729b1ea.zip
- Fix build on amd64.
PR: ports/78793 Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'graphics/tulip')
-rw-r--r--graphics/tulip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index 3c861d536b5c..75cf7e4e5531 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -40,7 +40,7 @@ LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC from shared library objects)"
+CFLAGS+= -fPIC
.endif
post-extract: