From f3833c29ed488dfc5e2c6ff62d54d4c846569196 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 30 Jan 2008 18:45:15 +0000 Subject: - Mark BROKEN on amd64 and ia64 with gcc 4.2 Reported by: pointyhat --- graphics/tulip/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics') 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: -- cgit