summaryrefslogtreecommitdiff
path: root/community/naev
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
commit1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch)
tree8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/naev
parentbdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff)
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/naev')
-rw-r--r--community/naev/PKGBUILD6
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
}