pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgetopt Don't prevent this package from buildi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fd231f26813
branches:  trunk
changeset: 495507:5fd231f26813
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jun 12 07:26:18 2005 +0000

description:
Don't prevent this package from building/installing even if getopt_long
is already provided by the system natively.  There is no reason to
prevent its installation.

diffstat:

 devel/libgetopt/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 8d40ea25cc5f -r 5fd231f26813 devel/libgetopt/Makefile
--- a/devel/libgetopt/Makefile  Sun Jun 12 06:37:32 2005 +0000
+++ b/devel/libgetopt/Makefile  Sun Jun 12 07:26:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/05/25 11:38:53 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2005/06/12 07:26:18 jlam Exp $
 #
 
 DISTNAME=      libgetopt-1.4.1
@@ -15,10 +15,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if exists(/usr/include/getopt.h) && empty(LOWER_OPSYS:Mirix5*)
-PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution"
-.endif
-
 .if ${OPSYS} == "SunOS"
 MAKEFLAGS+=    NETBSD_COMPATIBLE=YES
 CFLAGS+=       -DREPLACE_GETOPT



Home | Main Index | Thread Index | Old Index