diff options
Diffstat (limited to 'math')
-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 |