pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/libiconv Don't set artificial restrictions ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70247dc73983
branches:  trunk
changeset: 494419:70247dc73983
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 24 04:36:51 2005 +0000

description:
Don't set artificial restrictions on which platforms can build this
package.  Linux, like NetBSD, should be able to build this package,
even if it has a built-in iconv implementation.

diffstat:

 converters/libiconv/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 6474483b3b4a -r 70247dc73983 converters/libiconv/Makefile
--- a/converters/libiconv/Makefile      Tue May 24 04:22:24 2005 +0000
+++ b/converters/libiconv/Makefile      Tue May 24 04:36:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/04/11 21:45:08 tv Exp $
+# $NetBSD: Makefile,v 1.34 2005/05/24 04:36:51 jlam Exp $
 
 DISTNAME=      libiconv-1.9.2
 PKGREVISION=   1
@@ -19,12 +19,6 @@
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES
 
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Linux"
-# don't use PKG_SKIP_REASON yet so we can make sure the buildlinking is correct
-PKG_FAIL_REASON+=      "${PKGNAME} is not needed for Linux; it is included in GNU libc."
-.endif
-
 TEST_TARGET=           check
 
 EGDIR=                 ${PREFIX}/share/examples/libiconv



Home | Main Index | Thread Index | Old Index