diff options
author | tron <tron@pkgsrc.org> | 2006-10-05 17:05:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-10-05 17:05:59 +0000 |
commit | c9f2d2ffff31e3f5a4dc9c16696e480b20d84c12 (patch) | |
tree | fd578b1d7d36f81ca696b5f993e55c6b24f6118a /devel/apr/Makefile | |
parent | 51c600c87675e18482fb2aceabcab1813efcd16c (diff) | |
download | pkgsrc-c9f2d2ffff31e3f5a4dc9c16696e480b20d84c12.tar.gz |
Include "libiconv" buildlink3 glue code to make sure that the
apr_xlate_*() functions support non-ASCII characters properly.
This should allow the "ap2-subversion" package to deal with filenames
including non-ASCII characters and therefore fix PR pkg/26056.
Diffstat (limited to 'devel/apr/Makefile')
-rw-r--r-- | devel/apr/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 81907edfffc..18a8b149565 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.45 2006/06/09 07:04:48 rillig Exp $ +# $NetBSD: Makefile,v 1.46 2006/10/05 17:05:59 tron Exp $ .include "../../www/apache2/Makefile.common" PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION} +PKGREVISION= 1 CATEGORIES= devel HOMEPAGE= http://apr.apache.org/ @@ -61,4 +62,6 @@ post-install: ${CHMOD} ${PKGDIRMODE} ${PREFIX}/include/apr-0 ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/apr-0/ +.include "../../converters/libiconv/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" |