diff options
author | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
commit | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch) | |
tree | 8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/netsurf/PKGBUILD | |
parent | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff) |
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/netsurf/PKGBUILD')
-rw-r--r-- | community/netsurf/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD index beddbb372..618c5a76b 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59684 2011-11-29 11:46:42Z arodseth $ +# $Id: PKGBUILD 63678 2012-02-05 12:05:59Z ibiru $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Georgij Kondratjev <smpuj@bk.ru> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=netsurf pkgver=2.8 -pkgrel=2 +pkgrel=3 pkgdesc="Lightweight and fast web browser" arch=('x86_64' 'i686') url="http://www.netsurf-browser.org/" @@ -25,6 +25,8 @@ md5sums=('4f28912e5df4b826b819e175265bcc9c' build() { cd "$srcdir/$pkgname" + sed 's:libpng:libpng15:' -i gtk/Makefile.target + sed 's:libpng:libpng15:' -i monkey/Makefile.target make PREFIX=/usr TARGET=gtk } |