diff options
author | kris <kris@FreeBSD.org> | 2005-05-23 00:12:42 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-23 00:12:42 +0000 |
commit | 6d83bfaa79130a4274e4aa6cd60e2b4f943675d4 (patch) | |
tree | 1726131dcf1d6892fba2aa1d8c734458b3e28ccd /lang | |
parent | 97cf6fb1aa50809b109a7221048852abb98fb277 (diff) | |
download | FreeBSD-ports-6d83bfaa79130a4274e4aa6cd60e2b4f943675d4.zip FreeBSD-ports-6d83bfaa79130a4274e4aa6cd60e2b4f943675d4.tar.gz |
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 77fc9c3..ff5d955 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 \ |