From 271889de036a8685fd09e520d6246c75de99a064 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 18 Mar 2005 18:17:07 +0000 Subject: With mk/ fix for PR pkg/29031, the _STRIPFLAG_* hack is no longer needed. --- lang/ocaml/Makefile.common | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lang') 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 -- cgit v1.2.3