gettext: rebuild for compressed info files, revbump.
This commit is contained in:
parent
b1ffc0f8b0
commit
a1a34edfa1
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gettext'.
|
# Template build file for 'gettext'.
|
||||||
pkgname=gettext
|
pkgname=gettext
|
||||||
version=0.18.1.1
|
version=0.18.1.1
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||||
|
@ -18,10 +18,8 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel $pkgname-libs"
|
subpackages="$pkgname-devel $pkgname-libs"
|
||||||
Add_dependency build ncurses-devel
|
Add_dependency build ncurses-devel
|
||||||
Add_dependency build diffutils
|
|
||||||
|
|
||||||
post_configure()
|
post_configure() {
|
||||||
{
|
|
||||||
# Disable ACL.
|
# Disable ACL.
|
||||||
sed -i 's@#define.*_ACL.*@/*&*/@g' ${wrksrc}/gettext-tools/config.h
|
sed -i 's@#define.*_ACL.*@/*&*/@g' ${wrksrc}/gettext-tools/config.h
|
||||||
for f in $(find ${wrksrc} -name Makefile); do
|
for f in $(find ${wrksrc} -name Makefile); do
|
||||||
|
|
Loading…
Reference in New Issue