diff options
author | mi <mi@FreeBSD.org> | 2005-07-02 00:17:30 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-07-02 00:17:30 +0800 |
commit | 19281d378258c86e36f9b04af03c0cd1a6a52ab8 (patch) | |
tree | ebbaa47152447d780278dfb3399cde920c420300 /lang | |
parent | 56fabe4fecb95c30cb8c0a0adad08ba893828c8f (diff) | |
download | freebsd-ports-gnome-19281d378258c86e36f9b04af03c0cd1a6a52ab8.tar.gz freebsd-ports-gnome-19281d378258c86e36f9b04af03c0cd1a6a52ab8.tar.zst freebsd-ports-gnome-19281d378258c86e36f9b04af03c0cd1a6a52ab8.zip |
Remove architecture limitations. It certainly builds fine on my amd64
machine. If our other platforms still have problems, I'll cross them
out after pointyhat's notification(s).
Approved by: maintainer timeout
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 |