pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml With mk/ fix for PR pkg/29031, the _STRIPFL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d32056032ea4
branches:  trunk
changeset: 490717:d32056032ea4
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Mar 18 18:17:07 2005 +0000

description:
With mk/ fix for PR pkg/29031, the _STRIPFLAG_* hack is no longer needed.

diffstat:

 lang/ocaml/Makefile.common |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 92accff8e752 -r d32056032ea4 lang/ocaml/Makefile.common
--- a/lang/ocaml/Makefile.common        Fri Mar 18 18:16:34 2005 +0000
+++ b/lang/ocaml/Makefile.common        Fri Mar 18 18:17:07 2005 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index