aboutsummaryrefslogtreecommitdiff
path: root/math/octave-devel
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-devel')
-rw-r--r--math/octave-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index 26add37ebe1f..d801559c0391 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -23,6 +23,10 @@ USE_BZIP2= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (Shared libraries must be compiled with -fPIC)"
+.endif
+
.if ${PORTOBJFORMAT} == "elf"
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
.else