diff options
author | kris <kris@FreeBSD.org> | 2004-03-08 21:04:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-08 21:04:15 +0800 |
commit | c711756e4c67c978e9419a5da2e2545c2a0cdcd2 (patch) | |
tree | 6760062fbb61cfcf728e6e88935fdc66d5b3e05d /graphics | |
parent | 4a1600530ee82f79483db940bb464f085f6f87b3 (diff) | |
download | freebsd-ports-gnome-c711756e4c67c978e9419a5da2e2545c2a0cdcd2.tar.gz freebsd-ports-gnome-c711756e4c67c978e9419a5da2e2545c2a0cdcd2.tar.zst freebsd-ports-gnome-c711756e4c67c978e9419a5da2e2545c2a0cdcd2.zip |
BROKEN on amd64: Does not compile (missing -fPIC)
Diffstat (limited to 'graphics')
-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 |