summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-05-21 22:35:46 +0000
committerminskim <minskim@pkgsrc.org>2005-05-21 22:35:46 +0000
commita3fbf04a6918291101fa5f5510a9fe83460f45d5 (patch)
tree4349d972733afd7938979217a71cf879cb9a4222 /lang
parentfc19ea3dbd0e6502556b155b60f1ee3f95d45f15 (diff)
downloadpkgsrc-a3fbf04a6918291101fa5f5510a9fe83460f45d5.tar.gz
Do not strip commands on Linux, where some of them are not regular binaries.
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common
index 7e24bef1161..5656d7ca9ce 100644
--- a/lang/ocaml/Makefile.common
+++ b/lang/ocaml/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/05/21 22:35:46 minskim Exp $
DISTNAME= ocaml-3.08.3
CATEGORIES= lang
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= -with-pthread
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
INSTALL_UNSTRIPPED= yes
.endif