diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-06 14:49:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-06 14:49:55 +0000 |
commit | 3450d2e644911e3c95e122a7f49abfbd27df9dc4 (patch) | |
tree | f7e91ddd6d619e4a0d626bd51eeea1e83b837b87 /devel/gettext-lib/Makefile | |
parent | f2c224eb0cb51b6b627590ecb0d3ea3dd686afdb (diff) | |
download | pkgsrc-3450d2e644911e3c95e122a7f49abfbd27df9dc4.tar.gz |
Define locale_charset only when GNU iconv is used. This fixes the package
on Solaris where native iconv doesn't have locale_charset. Noted by
Gilles Dauphin in PR pkg/32945.
Bump PKGREVISION.
Diffstat (limited to 'devel/gettext-lib/Makefile')
-rw-r--r-- | devel/gettext-lib/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index 0f53e5ebc67..67a0186760a 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2006/07/03 19:06:13 minskim Exp $ +# $NetBSD: Makefile,v 1.44 2006/07/06 14:49:55 minskim Exp $ DISTNAME= gettext-0.14.5 PKGNAME= gettext-lib-0.14.5 -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= gttli CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} @@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --with-included-gettext CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} +CFLAGS+= ${CFLAGS.${ICONV_TYPE}-iconv} +CFLAGS.gnu-iconv+= -DHAVE_GNU_ICONV + INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} localedir=${EGDIR} BUILD_DIRS= intl |