diff options
author | danfe <danfe@FreeBSD.org> | 2004-10-29 08:29:30 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-10-29 08:29:30 +0000 |
commit | fc88d83732c1d121af9129377a7e2f7c67c70ecc (patch) | |
tree | 2e67c1922880256498ffa351513e189d5ee4dc80 /graphics/tulip/Makefile | |
parent | 0b9f7d2ab880c0dbd89c0a94295ca0ba163c56e1 (diff) | |
download | FreeBSD-ports-fc88d83732c1d121af9129377a7e2f7c67c70ecc.zip FreeBSD-ports-fc88d83732c1d121af9129377a7e2f7c67c70ecc.tar.gz |
Unbreak with recent GCC (fix bad C++ code).
Approved by: fjoe (mentor, implicit)
Diffstat (limited to 'graphics/tulip/Makefile')
-rw-r--r-- | graphics/tulip/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 8a8be11..3c861d5 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -39,10 +39,6 @@ LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${ARCH} == "amd64" || ${ARCH} == "ia64" BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC from shared library objects)" .endif |