diff options
author | tv <tv> | 2005-03-18 18:17:07 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-18 18:17:07 +0000 |
commit | 33feb298bee4743ccb4789c7364582803d757504 (patch) | |
tree | f0358a1e8dae3951c0d41baa7b853e417346f437 /lang/ocaml | |
parent | 4a6d5dca94ccf5b8fd44dfa2e3735484379786c7 (diff) | |
download | pkgsrc-33feb298bee4743ccb4789c7364582803d757504.tar.gz |
With mk/ fix for PR pkg/29031, the _STRIPFLAG_* hack is no longer needed.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index 9c37b4f3ecd..3c882b2f59c 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2005/02/04 21:35:51 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/03/18 18:17:07 tv Exp $ DISTNAME= ocaml-3.08.2 CATEGORIES= lang @@ -22,10 +22,6 @@ CONFIGURE_ARGS+= -with-pthread .if ${OPSYS} == "Darwin" INSTALL_UNSTRIPPED= yes -# See PR# 28772 as the above should work but it appears to be ignored -# so we set it explicitly below not to stip installed binaries. -_STRIPFLAG_CC= -_STRIPFLAG_INSTALL= .endif post-extract: cp-power-bsd cp-gnu-config |