summaryrefslogtreecommitdiff
path: root/community/egoboo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-03 00:04:14 +0000
committerroot <root@rshg054.dnsready.net>2012-06-03 00:04:14 +0000
commitd915cad658736d96368750201c34df752048751a (patch)
treea6d70fb8b01aaa111efbc8a6874a8f94b882626d /community/egoboo
parent211709a2f09bd677aa1deac0dc82fde6ce1c8626 (diff)
Sun Jun 3 00:04:13 UTC 2012
Diffstat (limited to 'community/egoboo')
-rw-r--r--community/egoboo/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/egoboo/PKGBUILD b/community/egoboo/PKGBUILD
index bbb759c28..7db9c5a46 100644
--- a/community/egoboo/PKGBUILD
+++ b/community/egoboo/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 57902 2011-11-04 09:04:39Z lcarlier $
+# $Id: PKGBUILD 71718 2012-06-01 18:47:50Z ebelanger $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arkham <arkham at archlinux dot us>
@@ -7,7 +7,7 @@
pkgname=egoboo
pkgver=2.8.1
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
license=('GPL')
pkgdesc="An open-source action RPG/dungeon crawling adventure with OpenGL 3D graphics"
@@ -30,6 +30,9 @@ build() {
-e 's#games#bin#g' \
game/platform/file_linux.c
+ # fix linking
+ sed -i -e 's#-lenet#-lenet -lm#g' game/Makefile
+
make all
}