diff options
author | kris <kris@FreeBSD.org> | 2005-05-23 08:12:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-23 08:12:42 +0800 |
commit | 6d83bfaa79130a4274e4aa6cd60e2b4f943675d4 (patch) | |
tree | 1726131dcf1d6892fba2aa1d8c734458b3e28ccd /lang | |
parent | 97cf6fb1aa50809b109a7221048852abb98fb277 (diff) | |
download | freebsd-ports-gnome-6d83bfaa79130a4274e4aa6cd60e2b4f943675d4.tar.gz freebsd-ports-gnome-6d83bfaa79130a4274e4aa6cd60e2b4f943675d4.tar.zst freebsd-ports-gnome-6d83bfaa79130a4274e4aa6cd60e2b4f943675d4.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 77fc9c3655dc..ff5d955e2ceb 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -87,14 +87,11 @@ CONFIGURE_ARGS+= -tkdefs "-I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/t .if ${ARCH} != "i386" PLIST_SUB+= PROF="@comment " +BROKEN= "Does not compile on !i386" .else PLIST_SUB+= PROF="" .endif -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-configure: # CFLAGS safeness @${REINPLACE_CMD} -E \ |