summaryrefslogtreecommitdiff
path: root/community/gnome-ppp
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/gnome-ppp
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/gnome-ppp')
-rw-r--r--community/gnome-ppp/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/gnome-ppp/PKGBUILD b/community/gnome-ppp/PKGBUILD
index 35c27216c..b30fd2467 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' 'mips64el')
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
}