From 1b21445a8e9097b0bb0542ed847fbb1eb832848f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Oct 2011 23:14:58 +0000 Subject: Thu Oct 20 23:14:58 UTC 2011 --- community/distcc/PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'community/distcc') diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 842d04da9..42edd6cb8 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -1,16 +1,16 @@ -# $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 pkgname=distcc pkgver=3.1 -pkgrel=5 +pkgrel=6 pkgdesc="A distributed C, C++, Obj C compiler" arch=('i686' 'x86_64') url="http://code.google.com/p/distcc/" license=('GPL') -depends=('gcc' 'popt') +depends=('gcc' 'popt' 'avahi') makedepends=('gtk2' 'pkgconfig' 'python2') optdepends=('gtk2: for distccmon-gnome' 'python2') @@ -26,9 +26,11 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --with-gtk \ - --sysconfdir=/etc \ - --mandir=/usr/share/man + --with-gtk \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ +# --without-avahi \ + make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2 } -- cgit v1.2.3-54-g00ecf