Date: Tuesday, July 18, 2017 @ 17:47:29 Author: jelle Revision: 245579
upgpkg: oolite 1.84-5 switch to gcc instead of gcc5 Modified: oolite/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-18 17:47:26 UTC (rev 245578) +++ PKGBUILD 2017-07-18 17:47:29 UTC (rev 245579) @@ -3,13 +3,13 @@ # Contributor: Lone_Wolf <[email protected]> pkgname=oolite pkgver=1.84 -pkgrel=4 +pkgrel=5 pkgdesc="A space-sim based on the classic Elite" arch=('i686' 'x86_64') url="http://www.oolite.org/" license=('GPL2') depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base' 'openal') -makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc5') +makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc-objc') #options=(makeflags) source=(oolite spidermonkey185ff4-GCC6.patch @@ -33,8 +33,7 @@ #sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile source /usr/share/GNUstep/Makefiles/GNUstep.sh - CC=gcc-5 make -f Makefile release-deployment - # make -f Makefile release-deployment + make -f Makefile release-deployment } package() {
