diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-06 09:24:47 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-06 09:24:47 +0000 |
commit | 8715157c46f3a860ca07caf053bc7366b2c9b65c (patch) | |
tree | 3853489aeae5263c59966d3015791755b763bcd2 /x11 | |
parent | 4ec634ea3ed8e178049d7e64e03e799daf291ef3 (diff) | |
download | FreeBSD-ports-8715157c46f3a860ca07caf053bc7366b2c9b65c.zip FreeBSD-ports-8715157c46f3a860ca07caf053bc7366b2c9b65c.tar.gz |
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/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index e4567ca..eb50fa3 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 |