diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 9bff5fd79..542c2b48e 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 55020 2011-08-31 13:12:35Z spupykin $ +# $Id: PKGBUILD 57046 2011-10-19 10:30:08Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Judd Vinet # Contributor: Giovanni Scafora @@ -11,7 +11,7 @@ plugrel=1 pkgname=distcc pkgver=3.1 -pkgrel=5.1 +pkgrel=6 pkgdesc="A distributed C, C++, Obj C compiler" arch=('i686' 'x86_64') url="http://code.google.com/p/distcc/" @@ -31,9 +31,11 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --without-avahi + --with-gtk \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --without-avahi \ + make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2 }