diff options
Diffstat (limited to 'community/naev')
-rw-r--r-- | community/naev/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/naev/PKGBUILD b/community/naev/PKGBUILD index d6464d992..4c6138156 100644 --- a/community/naev/PKGBUILD +++ b/community/naev/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 48678 2011-06-04 13:28:51Z svenstaro $ +# $Id: PKGBUILD 63674 2012-02-05 12:05:32Z ibiru $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Johan Rehnberg <cleanrock@gmail.com> pkgname=naev pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc='2D action/rpg space game' arch=('i686' 'x86_64') url="http://code.google.com/p/naev/" @@ -17,6 +17,8 @@ md5sums=('f7d754a17ace87aac540d0d6d48313d6') build() { cd "$srcdir/$pkgname-$pkgver" + sed -i "41 i #include <zlib.h>" src/opengl.c + ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata-${pkgver} make } |