diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-24 04:36:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-24 04:36:51 +0000 |
commit | bb7c443e62bb3e1e7797f4cdf1c6d779a745cc90 (patch) | |
tree | 5d275068ad5de88c9a694e067fabb8bbd3ab2903 /converters | |
parent | 25a0a13e76db3fbdb9a58a22551b57965169aa60 (diff) | |
download | pkgsrc-bb7c443e62bb3e1e7797f4cdf1c6d779a745cc90.tar.gz |
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 (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 502be15dc06..b935269346b 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -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_LIBTOOL= YES 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 |