diff options
author | Pawel "l0ner" Soltys <sh4dou@gmail.com> | 2011-12-19 02:27:12 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <sh4dou@gmail.com> | 2011-12-19 02:27:12 +0100 |
commit | c99bd2a63682ee938528a958f849077e4a07f589 (patch) | |
tree | c4bcec3d36f7ffa616ee9c08f536ebf90632af71 /arch/extras/autotools_PKGBUILD | |
parent | 17bd64a4f5045bff950e8725a66ee1800e0254e1 (diff) | |
download | tde-packaging-c99bd2a63682ee938528a958f849077e4a07f589.tar.gz tde-packaging-c99bd2a63682ee938528a958f849077e4a07f589.zip |
new categorization, new PKGBUILDs
for most of kde* monolithic packets
i18n unfinished
Diffstat (limited to 'arch/extras/autotools_PKGBUILD')
-rw-r--r-- | arch/extras/autotools_PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/extras/autotools_PKGBUILD b/arch/extras/autotools_PKGBUILD index da6756f37..cda23fb72 100644 --- a/arch/extras/autotools_PKGBUILD +++ b/arch/extras/autotools_PKGBUILD @@ -36,7 +36,7 @@ build() { #msg "Patching..." #patch -N -d ${srcdir} -p0 < pkname.patch - msg "Starting autoconf..." + msg "Starting automake..." cd "$srcdir/${_builddir}" cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" @@ -45,6 +45,7 @@ build() { msg "Starting configure..." ./configure --with-qt-dir=${QTDIR} \ --prefix=${_prefix} \ + --enable-closure \ --with-extra-includes=${_prefix}/include:/usr/include/dbus-1.0:${_prefix}/include/libkrandr \ --with-extra-libs=${_prefix}/lib:${_prefix}/lib/trinity:${_prefix}/pkgconfig |