summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-09-07 12:02:05 +0000
committerjperkin <jperkin@pkgsrc.org>2015-09-07 12:02:05 +0000
commita2f949adf927715e989d2c88c259db4b3721ad70 (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /lang/ocaml
parentb4442114c2e33c10fc3645b16f3e1257bd2f45b7 (diff)
downloadpkgsrc-a2f949adf927715e989d2c88c259db4b3721ad70.tar.gz
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile.common4
-rw-r--r--lang/ocaml/buildlink3.mk7
2 files changed, 3 insertions, 8 deletions
diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common
index 9cf9f6c8efe..8ec8fa6bbbf 100644
--- a/lang/ocaml/Makefile.common
+++ b/lang/ocaml/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2015/08/22 10:45:13 jaapb Exp $
+# $NetBSD: Makefile.common,v 1.45 2015/09/07 12:02:05 jperkin Exp $
# used by x11/labltk/Makefile
# used by x11/ocaml-graphics/Makefile
@@ -28,7 +28,7 @@ PATCHDIR= ${.CURDIR}/../../lang/ocaml/patches
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "Linux"
INSTALL_UNSTRIPPED= yes
.endif
diff --git a/lang/ocaml/buildlink3.mk b/lang/ocaml/buildlink3.mk
index 529924dd865..6cb26ce0789 100644
--- a/lang/ocaml/buildlink3.mk
+++ b/lang/ocaml/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2015/08/07 11:16:30 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2015/09/07 12:02:05 jperkin Exp $
BUILDLINK_TREE+= ocaml
@@ -12,11 +12,6 @@ BUILDLINK_PKGSRCDIR.ocaml?= ../../lang/ocaml
BUILDLINK_PASSTHRU_DIRS+= ${BUILDLINK_PREFIX.ocaml}/lib/ocaml
-.include "../../mk/bsd.fast.prefs.mk"
-.if ${OPSYS} == "Darwin"
-INSTALL_UNSTRIPPED= yes
-.endif
-
BUILDLINK_TARGETS+= ocaml-wrappers
OCAML_WRAPPERS= ocamlc ocamlc.opt ocamlcp ocamlmklib ocamlmktop \
ocamlopt ocamlopt.opt