diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-23 00:12:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-23 00:12:42 +0000 |
commit | 69d5138988a9dbca7ddc1153ca96c86677982222 (patch) | |
tree | 81ef6234b3e1012c29cc9161fe0d4e14e0a48edb /lang/ocaml | |
parent | ced91ddba0f8d2169f012caf6c9a45511c1ca2bd (diff) |
Notes
Diffstat (limited to 'lang/ocaml')
-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 \ |