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.
This commit is contained in:
parent
51c600c876
commit
c9f2d2ffff
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue