summaryrefslogtreecommitdiff
path: root/community/newsbeuter/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 19:30:27 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 19:30:27 -0500
commit5843397e4a8c4f29c26f3e8bee98113f26fe833e (patch)
treee01b4a380a61fc922e411767f437cadc3e26272e /community/newsbeuter/PKGBUILD
parentf92b16cf7b465b630e8894a61dd34ef0047fd98c (diff)
Add newsbeuter-2.5-gcc47.patch
Diffstat (limited to 'community/newsbeuter/PKGBUILD')
-rw-r--r--community/newsbeuter/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/newsbeuter/PKGBUILD b/community/newsbeuter/PKGBUILD
index 72106748b..fa0e14dca 100644
--- a/community/newsbeuter/PKGBUILD
+++ b/community/newsbeuter/PKGBUILD
@@ -15,12 +15,14 @@ optdepends=('ruby')
options=('!libtool')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825')
+source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
+ newsbeuter-2.5-gcc47.patch)
+sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825'
+ 'c48029c63cfc45d5df3bdbc4c9fd345463a61ad97f6eac797db62d63c49c6af8')
build() {
cd ${srcdir}/$pkgname-$pkgver
-
+ patch -Np1 -i ${srcdir}/newsbeuter-2.5-gcc47.patch
make prefix=/usr
}