diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-14 10:09:23 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-14 10:09:23 +0000 |
commit | 0d1146a17c2f9b6380689ec949838c2490e4b481 (patch) | |
tree | 5c539235cd6528aadbda7a93a704b3062dd932ba | |
parent | Update to 4.1.10a: (diff) |
- Fix build on amd64.
PR: ports/78793
Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes:
svn path=/head/; revision=131174
-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: |