diff options
author | kris <kris@FreeBSD.org> | 2007-03-30 12:16:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-03-30 12:16:51 +0800 |
commit | 5ca22f787cc136f88f1c4894c9a653f5819e445a (patch) | |
tree | 36d4953e9452150a2ac40f47b474ddb510dbe0d5 /graphics/aqsis | |
parent | 256ed821ed015aa47811e89d4ef49028ec6601d8 (diff) | |
download | freebsd-ports-gnome-5ca22f787cc136f88f1c4894c9a653f5819e445a.tar.gz freebsd-ports-gnome-5ca22f787cc136f88f1c4894c9a653f5819e445a.tar.zst freebsd-ports-gnome-5ca22f787cc136f88f1c4894c9a653f5819e445a.zip |
Now appears to build on amd64 (assuming ia64 too)
Diffstat (limited to 'graphics/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 967433511767..9322fd36e98a 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -34,13 +34,7 @@ CFLAGS+= -fPIC CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" -BROKEN= "Does not compile on ${MACHINE_ARCH} (needs -fPIC)" -.endif - post-patch: @${REINPLACE_CMD} -e 's|PLUGIN_FLAGS=|#PLUGIN_FLAGS=|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |