summaryrefslogtreecommitdiffstats
path: root/gnome-common/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-common/Pkgfile')
-rwxr-xr-xgnome-common/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-common/Pkgfile b/gnome-common/Pkgfile
index 58e267a..2069195 100755
--- a/gnome-common/Pkgfile
+++ b/gnome-common/Pkgfile
@@ -8,10 +8,12 @@
name=gnome-common
version=3.4.0.1
release=1
-source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz)
+source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz
+ automake-1.12-support.patch)
build() {
cd $name-$version
+ patch -p1 < ../automake-1.12-support.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install