summaryrefslogtreecommitdiff
path: root/devel/apr
diff options
context:
space:
mode:
authortron <tron>2006-10-05 17:05:59 +0000
committertron <tron>2006-10-05 17:05:59 +0000
commitf91a4bd3d9139396877b9da2a835a1e094907758 (patch)
treefd578b1d7d36f81ca696b5f993e55c6b24f6118a /devel/apr
parent8b4a5ce1fd9e74eec303a4b7492ddf87a20c8ea7 (diff)
downloadpkgsrc-f91a4bd3d9139396877b9da2a835a1e094907758.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')
-rw-r--r--devel/apr/Makefile5
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"