From 287e77ca689e247b46426c5c9f48fc8b74e9d1bc Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 29 Sep 2004 04:30:59 +0000 Subject: Now builds on amd64 Approved by: portmgr (self) --- devel/clanlib-devel/Makefile | 4 ++-- devel/ocaml-camomile/Makefile | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index ecd7be1f1875..702942231e11 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -42,8 +42,8 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif .if ${OSVERSION} < 500032 diff --git a/devel/ocaml-camomile/Makefile b/devel/ocaml-camomile/Makefile index 0ff0272559dd..7d93811352d2 100644 --- a/devel/ocaml-camomile/Makefile +++ b/devel/ocaml-camomile/Makefile @@ -31,10 +31,6 @@ PKGDEINSTALL= ${PKGINSTALL} BROKEN= "Need working " .endif -.if ${ARCH} == "amd64" -BROKEN= "Coredump during build on amd64" -.endif - post-install: @${FIND} ${PREFIX}/lib/ocaml/site-lib/${PORTNAME} -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} -- cgit