diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-30 18:45:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-30 18:45:15 +0000 |
commit | cd7637457dd25b1b7c66affa02a40f3f7f4e8e31 (patch) | |
tree | 0a0720e67ea91b2cefd5ff4629d787f9f11b518d /graphics | |
parent | - Fix plist: don't remove directories we didn't created (diff) |
- Mark BROKEN on amd64 and ia64 with gcc 4.2
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=206470
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 a08f929284f5..a0272dfcc93e 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: |