musl: revert the libintl.h removal.

We do not want to pull in libintl from gettext... so that we'll fix any
NLS related issues for musl.
This commit is contained in:
Juan RP 2015-05-21 10:19:33 +02:00
parent 7e1dcf5d74
commit 6bf94116b0
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'musl'. # Template file for 'musl'.
pkgname=musl pkgname=musl
version=1.1.9 version=1.1.9
revision=3 revision=4
build_style=gnu-configure build_style=gnu-configure
configure_args="--prefix=/usr --disable-gcc-wrapper" configure_args="--prefix=/usr --disable-gcc-wrapper"
conflicts="glibc>=0" conflicts="glibc>=0"
@ -40,8 +40,4 @@ do_install() {
# Create xbps.d(5) arch override file # Create xbps.d(5) arch override file
vmkdir usr/share/xbps.d vmkdir usr/share/xbps.d
echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf echo "architecture=${XBPS_TARGET_MACHINE}" > ${DESTDIR}/usr/share/xbps.d/musl-arch.conf
# Use gettext libintl.h implementation, there seems to be
# issues with musl's dcngettext().
rm -f ${DESTDIR}/usr/include/libintl.h
} }