diff options
Diffstat (limited to 'community/gnome-ppp/PKGBUILD')
-rw-r--r-- | community/gnome-ppp/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/gnome-ppp/PKGBUILD b/community/gnome-ppp/PKGBUILD index 7b8c94ae3..27a6fbf9b 100644 --- a/community/gnome-ppp/PKGBUILD +++ b/community/gnome-ppp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18205 2010-06-01 12:52:45Z spupykin $ +# $Id: PKGBUILD 65576 2012-02-21 09:03:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=gnome-ppp pkgver=0.3.23 -pkgrel=7 +pkgrel=8 pkgdesc="A GNOME 2 WvDial frontend" arch=('i686' 'x86_64') url="http://www.gnomefiles.org/app.php?soft_id=41" @@ -21,9 +21,9 @@ md5sums=('ec2e20fc713a01c953d759bea3df8618' build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-implicit-decl.patch || return 1 - patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-wvdial-notify.patch || return 1 - ./configure --prefix=/usr - make || return 1 + patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-implicit-decl.patch + patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-wvdial-notify.patch + LDFLAGS=-lX11 ./configure --prefix=/usr + make make DESTDIR=${pkgdir} install } |