diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 09:24:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 09:24:47 +0000 |
commit | e89431598170be23765ed6425f4d0608c6a6a177 (patch) | |
tree | f8c042d7942f69da9816ac9de90f3c05ef0e9856 /x11/rxvt-unicode | |
parent | Update to 0.8.8, see the changelog for details: http://changelog.wesnoth.org/ (diff) |
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/rxvt-unicode')
-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 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 |