1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Thierry Thomas 2004-12-06 09:24:47 +00:00
parent 6194d31962
commit e894315981
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123291

View File

@ -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