From 36ed5ee3a43728584f159b54feb4be0aa1a529ff Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Wed, 13 May 2009 18:05:31 +0000 Subject: [PATCH] Mark BROKEN: http://qat.tecnik93.com//errors/7-STABLE-FPT-NPD/libjbigi-0.7.2_1.log Submitted by: QAT --- math/libjbigi/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.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