summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/togl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile
index 988b8fa5e7a2..f8164a56407f 100644
--- a/graphics/togl/Makefile
+++ b/graphics/togl/Makefile
@@ -28,6 +28,10 @@ TOGL_INSTDIR= ${PREFIX}/lib/tk8.4/${DISTNAME}
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64 (missing -fPIC)"
+.endif
+
do-install:
${MKDIR} ${TOGL_INSTDIR}
${INSTALL_DATA} ${WRKSRC}/libtogl.so.1.3 ${TOGL_INSTDIR}/Togl.so