diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-12 11:23:20 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-12 11:23:20 +0200 |
commit | ea84a7ef4c3c637a7504361c6ac42e8ba93a6179 (patch) | |
tree | 0bee5e198a06cfeff7de0396c4739ae2569f7067 /community/oolite/PKGBUILD | |
parent | e55fda657497bd8743c0a57d917316afe70950f8 (diff) | |
parent | 5b9e0d821dd428792bd51ed03af2b800924ce69d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/start-stop-daemon/PKGBUILD
extra/claws-mail-extra-plugins/PKGBUILD
extra/giflib/PKGBUILD
extra/gvfs/PKGBUILD
extra/latex2rtf/PKGBUILD
extra/libgpod/PKGBUILD
extra/libimobiledevice/PKGBUILD
extra/libvpx/PKGBUILD
extra/libwpg/PKGBUILD
extra/libxml2/PKGBUILD
extra/pixman/PKGBUILD
extra/thunar-archive-plugin/PKGBUILD
Diffstat (limited to 'community/oolite/PKGBUILD')
-rw-r--r-- | community/oolite/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD index 7fc8d3e93..ee1726eb2 100644 --- a/community/oolite/PKGBUILD +++ b/community/oolite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82164 2013-01-09 22:25:40Z svenstaro $ +# $Id: PKGBUILD 90332 2013-05-11 15:38:55Z alucryd $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Lone_Wolf <lonewolf@xs4all.nl> pkgname=oolite pkgver=1.77 -pkgrel=1 +pkgrel=2 pkgdesc="A space-sim based on the classic Elite" arch=('i686' 'x86_64' 'mips64el') url="http://oolite-linux.berlios.de" @@ -21,6 +21,8 @@ build() { 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 |