diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-08 13:04:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-08 13:04:15 +0000 |
commit | e3fda34320645cf91991c6562eb8addec08a0243 (patch) | |
tree | a484ee2190497392911278bfa54a8a13601f4786 /graphics/togl | |
parent | db42e0701b5b8016d29517355e89215261a9ae10 (diff) | |
download | ports-e3fda34320645cf91991c6562eb8addec08a0243.tar.gz ports-e3fda34320645cf91991c6562eb8addec08a0243.zip |
Notes
Diffstat (limited to 'graphics/togl')
-rw-r--r-- | graphics/togl/Makefile | 4 |
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 |