diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 47f443fdb35a..48919adf34d9 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -89,12 +89,7 @@ MODOPT= camlp4o camlp4r ocamlc ocamldep ocamldoc ocamllex ocamlopt .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -PLIST_SUB+= PROF="@comment " -BROKEN= "Does not compile on !i386" -.else PLIST_SUB+= PROF="" -.endif post-configure: # CFLAGS safeness |