From e89431598170be23765ed6425f4d0608c6a6a177 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Mon, 6 Dec 2004 09:24:47 +0000 Subject: Mark BROKEN on amd64: > /usr/bin/ld: /usr/lib/libsupc++.a(pure.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC > /usr/lib/libsupc++.a: could not read symbols: Bad value Reported by: Kris via pointyhat. --- x11/rxvt-unicode/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11') diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index e4567ca97f87..eb50fa3f0b32 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -113,6 +113,10 @@ CONFIGURE_ENV+= LIBS="-lutil" .include +.if ${ARCH} == "amd64" +BROKEN= "libsupc++.a cannot be used when making a shared object (missing -fPIC)" +.endif + .if ${OSVERSION} < 500000 BROKEN= missing wide-character functions in FreeBSD-4.x libc .endif -- cgit v1.2.3