diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-05-14 02:05:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-05-14 02:05:31 +0800 |
commit | 8eac99a3899081d28c294268da18953061ff073d (patch) | |
tree | dad1ebd51aa7d2cfbfb1354f28c4c240e8fc2436 | |
parent | 646d0156236db87e94a4a0c58ad2970d1d5e80f6 (diff) | |
download | freebsd-ports-gnome-8eac99a3899081d28c294268da18953061ff073d.tar.gz freebsd-ports-gnome-8eac99a3899081d28c294268da18953061ff073d.tar.zst freebsd-ports-gnome-8eac99a3899081d28c294268da18953061ff073d.zip |
Mark BROKEN:
http://qat.tecnik93.com//errors/7-STABLE-FPT-NPD/libjbigi-0.7.2_1.log
Submitted by: QAT
-rw-r--r-- | math/libjbigi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/libjbigi/Makefile b/math/libjbigi/Makefile index 6876658177c5..e3424995c6db 100644 --- a/math/libjbigi/Makefile +++ b/math/libjbigi/Makefile @@ -44,6 +44,10 @@ do-install: .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= doesn't build: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC +.endif + .if ${ARCH} == "i386" JBIGI_BUILD_JCPUID= yes .endif |