summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-23 17:16:12 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-23 17:16:12 +0100
commitde3e41fac91740e4538774dc7cbc61be5ef90a8c (patch)
treeeb562f362870d0e3725be3cb9c67f47c158a8a5b
parent5b1d279dd9ad679ec46755d8e7795a04e6d5b5fe (diff)
Build fixes.
-rw-r--r--extra/gtk-qt-engine/PKGBUILD2
-rw-r--r--extra/libgksu/PKGBUILD2
-rw-r--r--extra/libots/PKGBUILD1
-rw-r--r--extra/libxmi/PKGBUILD1
-rw-r--r--extra/vice/PKGBUILD2
-rw-r--r--extra/virtuoso/PKGBUILD1
6 files changed, 7 insertions, 2 deletions
diff --git a/extra/gtk-qt-engine/PKGBUILD b/extra/gtk-qt-engine/PKGBUILD
index 7d7f5629a..b9caeca50 100644
--- a/extra/gtk-qt-engine/PKGBUILD
+++ b/extra/gtk-qt-engine/PKGBUILD
@@ -17,6 +17,8 @@ md5sums=('de8048baef7dfe6c97cd97c463d66152')
build() {
cd "${srcdir}/${pkgname}"
+ sed -i 's,glib/glist.h,glib.h,' src/qt_theme_draw.c
+
cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
diff --git a/extra/libgksu/PKGBUILD b/extra/libgksu/PKGBUILD
index 285c6d590..614346b97 100644
--- a/extra/libgksu/PKGBUILD
+++ b/extra/libgksu/PKGBUILD
@@ -41,6 +41,8 @@ build() {
touch NEWS README
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
intltoolize --force --copy --automake
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc \
diff --git a/extra/libots/PKGBUILD b/extra/libots/PKGBUILD
index 8f2330af9..ea0ec73c9 100644
--- a/extra/libots/PKGBUILD
+++ b/extra/libots/PKGBUILD
@@ -19,6 +19,7 @@ build() {
cd "${srcdir}/ots-${pkgver}"
touch gtk-doc.make
sed -i -e 's/en.xml$//' dic/Makefile.am
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
libtoolize --force
aclocal
automake --add-missing --force
diff --git a/extra/libxmi/PKGBUILD b/extra/libxmi/PKGBUILD
index bc14b3c0a..9d5921c27 100644
--- a/extra/libxmi/PKGBUILD
+++ b/extra/libxmi/PKGBUILD
@@ -17,7 +17,6 @@ md5sums=('4e6935484f0ad71b531920bf4c546b47')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- autoreconf --force --install
./configure --prefix=/usr --infodir=/usr/share/info
make
}
diff --git a/extra/vice/PKGBUILD b/extra/vice/PKGBUILD
index 079c48ca8..2789c8cfa 100644
--- a/extra/vice/PKGBUILD
+++ b/extra/vice/PKGBUILD
@@ -32,6 +32,8 @@ build() {
patch -Np1 -i "${srcdir}/vice-2.4-notexi-notxt.patch"
patch -Np1 -i "${srcdir}/vice-2.4-zlib-1.2.7.patch"
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+
autoreconf
./configure --prefix=/usr \
--enable-ethernet \
diff --git a/extra/virtuoso/PKGBUILD b/extra/virtuoso/PKGBUILD
index 9c915fc01..4e66ccc20 100644
--- a/extra/virtuoso/PKGBUILD
+++ b/extra/virtuoso/PKGBUILD
@@ -17,7 +17,6 @@ md5sums=('3991149c570f3738c3e819ce603e487f')
build() {
cd ${srcdir}/${pkgbase}-opensource-${pkgver}
- ./autogen.sh
./configure --with-layout=debian \
--program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
--with-readline