aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-12-06 17:24:47 +0800
committerthierry <thierry@FreeBSD.org>2004-12-06 17:24:47 +0800
commit8715157c46f3a860ca07caf053bc7366b2c9b65c (patch)
tree3853489aeae5263c59966d3015791755b763bcd2 /x11
parent4ec634ea3ed8e178049d7e64e03e799daf291ef3 (diff)
downloadfreebsd-ports-gnome-8715157c46f3a860ca07caf053bc7366b2c9b65c.tar.gz
freebsd-ports-gnome-8715157c46f3a860ca07caf053bc7366b2c9b65c.tar.zst
freebsd-ports-gnome-8715157c46f3a860ca07caf053bc7366b2c9b65c.zip
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-unicode/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.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