diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
commit | 0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc (patch) | |
tree | 88c915350535a4e40c24aabdabdc3a026d29c252 | |
parent | fd00ec38e3c5ce8a8cb6dc193445f7733b78da17 (diff) | |
download | FreeBSD-ports-0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc.zip FreeBSD-ports-0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc.tar.gz |
Now builds on amd64
-rw-r--r-- | graphics/kallery/Makefile | 8 | ||||
-rw-r--r-- | science/hdf/Makefile | 4 | ||||
-rw-r--r-- | textproc/skim/Makefile | 4 | ||||
-rw-r--r-- | www/osb-nrcit/Makefile | 4 |
4 files changed, 5 insertions, 15 deletions
diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile index 09b0e94..d3c75c5 100644 --- a/graphics/kallery/Makefile +++ b/graphics/kallery/Makefile @@ -22,12 +22,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Configure fails on amd64" -.endif - post-patch: .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -Ee \ @@ -37,4 +31,4 @@ post-patch: @${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 8fef5d9..8cb7747 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -42,8 +42,8 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" +.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386, !amd64 and !alpha" .endif post-patch: diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index f2bfb75..0abd150 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -33,10 +33,6 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= Does not compile -.endif - .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile index 8ea59d9..2e31e3b 100644 --- a/www/osb-nrcit/Makefile +++ b/www/osb-nrcit/Makefile @@ -24,8 +24,8 @@ USE_LIBTOOL_VER=15 .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif .include <bsd.port.post.mk> |