diff options
-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 \ |