diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-13 18:05:31 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-13 18:05:31 +0000 |
commit | 36ed5ee3a43728584f159b54feb4be0aa1a529ff (patch) | |
tree | a3ec2a731bff9d1f9dfafa91dcda29b7c9ec7d1d /math | |
parent | d145d1a02db8b45c1fe36f3fbe5debc7053c6d63 (diff) | |
download | ports-36ed5ee3a43728584f159b54feb4be0aa1a529ff.tar.gz ports-36ed5ee3a43728584f159b54feb4be0aa1a529ff.zip |
Notes
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 |