Date: Saturday, May 11, 2013 @ 17:38:39 Author: alucryd Revision: 90331
upgpkg: oolite 1.77-2 Modified: oolite/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-11 15:29:04 UTC (rev 90330) +++ PKGBUILD 2013-05-11 15:38:39 UTC (rev 90331) @@ -3,7 +3,7 @@ # Contributor: Lone_Wolf <[email protected]> pkgname=oolite pkgver=1.77 -pkgrel=1 +pkgrel=2 pkgdesc="A space-sim based on the classic Elite" arch=('i686' 'x86_64') url="http://oolite-linux.berlios.de" @@ -21,6 +21,8 @@ cp -r ${srcdir}/oolite-source-${pkgver} ${srcdir}/${pkgname}-build cd ${srcdir}/${pkgname}-build + unset CPPFLAGS + sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile make -f libjs.make debug=no make -f Makefile release
