diff options
author | flz <flz@FreeBSD.org> | 2005-03-14 18:09:23 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-14 18:09:23 +0800 |
commit | 18c2c99b596be0182087424119cd37155729b1ea (patch) | |
tree | 97dd9e7c9d5d49b2486dabd93ff18ca0eda385de /graphics | |
parent | d45998984b6c8f3131eb6e073fc606d1cb7fdfec (diff) | |
download | freebsd-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')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
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: |