aboutsummaryrefslogtreecommitdiff
path: root/graphics/togl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-08 13:04:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-08 13:04:15 +0000
commite3fda34320645cf91991c6562eb8addec08a0243 (patch)
treea484ee2190497392911278bfa54a8a13601f4786 /graphics/togl
parentdb42e0701b5b8016d29517355e89215261a9ae10 (diff)
downloadports-e3fda34320645cf91991c6562eb8addec08a0243.tar.gz
ports-e3fda34320645cf91991c6562eb8addec08a0243.zip
BROKEN on amd64: Does not compile (missing -fPIC)
Notes
Notes: svn path=/head/; revision=103306
Diffstat (limited to 'graphics/togl')
-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