diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-04 14:50:07 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-04 14:50:07 +0000 |
commit | c220263dc0e2fdfccdd250325f65f8b1ebeb628b (patch) | |
tree | 37c912a0cfe37738287aa05f6a5b949d869cf13d | |
parent | 7541c4c5e5bad0552f339d7caefce191f62e4804 (diff) | |
download | ports-c220263dc0e2fdfccdd250325f65f8b1ebeb628b.tar.gz ports-c220263dc0e2fdfccdd250325f65f8b1ebeb628b.zip |
Notes
-rw-r--r-- | lang/ocaml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 68364eb1edbe..d191d17bda52 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -90,6 +90,9 @@ MODOPT= camlp4o camlp4r ocamlc ocamldep ocamldoc ocamllex ocamlopt .include <bsd.port.pre.mk> +.if ${MACHINE_ARCH} == sparc64 +BROKEN= ocamlc.opt seg-faults on ${MACHINE_ARCH}, please try to fix +.endif PLIST_SUB+= PROF="" post-configure: @@ -99,9 +102,6 @@ post-configure: -e 's|(NATIVECCCOMPOPTS[[:space:]]*=.*)|\1 ${CFLAGS}|' \ -e 's|gcc|${CC}|g' \ ${WRKSRC}/config/Makefile -.if ${MACHINE_ARCH} == sparc64 - @${REINPLACE_CMD} -e 's,-O2,-O,g' ${WRKSRC}/config/Makefile -.endif # INSTALL* safeness (which preserves the correct permissions despite # user's umask(1) @${FIND} ${WRKDIR} -type f -name Makefile -print0 | \ |