From 0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 10 Apr 2005 21:13:31 +0000 Subject: Now builds on amd64 --- graphics/kallery/Makefile | 8 +------- science/hdf/Makefile | 4 ++-- textproc/skim/Makefile | 4 ---- 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 - -.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 +.include 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 -.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 -.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 -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif .include -- cgit v1.1