From d915cad658736d96368750201c34df752048751a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Jun 2012 00:04:14 +0000 Subject: Sun Jun 3 00:04:13 UTC 2012 --- community/egoboo/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'community/egoboo') 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 # Maintainer: Sven-Hendrik Haase # Contributor: Arkham @@ -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 } -- cgit v1.2.3-54-g00ecf