diff options
author | pav <pav@FreeBSD.org> | 2008-01-31 02:45:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-01-31 02:45:15 +0800 |
commit | f3833c29ed488dfc5e2c6ff62d54d4c846569196 (patch) | |
tree | 0ce022f94d27dea037c115a21bcf5b1579ddc15d /graphics | |
parent | 19ef080d583719b1f306671c7c1b51960267ab8d (diff) | |
download | freebsd-ports-graphics-f3833c29ed488dfc5e2c6ff62d54d4c846569196.tar.gz freebsd-ports-graphics-f3833c29ed488dfc5e2c6ff62d54d4c846569196.tar.zst freebsd-ports-graphics-f3833c29ed488dfc5e2c6ff62d54d4c846569196.zip |
- Mark BROKEN on amd64 and ia64 with gcc 4.2
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tulip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index a08f929284f..a0272dfcc93 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -47,6 +47,10 @@ LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \ .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC + +.if ${OSVERSION} >= 700042 +BROKEN= tries to link libcompat.a +.endif .endif post-extract: |