diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 12:30:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 12:30:59 +0800 |
commit | 287e77ca689e247b46426c5c9f48fc8b74e9d1bc (patch) | |
tree | 9735d7a61e51f73a9047b77aafc1a285fb5a7219 /devel | |
parent | abdf7983b82d114d70116d6949ff840040817c94 (diff) | |
download | freebsd-ports-gnome-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.tar.gz freebsd-ports-gnome-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.tar.zst freebsd-ports-gnome-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.zip |
Now builds on amd64
Approved by: portmgr (self)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/clanlib-devel/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-camomile/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
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 <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 .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 <wctype.h>" .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} |