mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/simutrans to 120.1.2-1
This commit is contained in:
parent
5f7dcbd6b6
commit
034cf55283
2 changed files with 8 additions and 6 deletions
community/simutrans
|
@ -9,8 +9,8 @@
|
||||||
# - get rid of a bad gcc flag in Makefile
|
# - get rid of a bad gcc flag in Makefile
|
||||||
|
|
||||||
pkgname=simutrans
|
pkgname=simutrans
|
||||||
pkgver=120.1.1
|
pkgver=120.1.2
|
||||||
_pkgver=120-1-1
|
_pkgver=120-1-2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An open source transportation simulation game"
|
pkgdesc="An open source transportation simulation game"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -25,8 +25,8 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
|
||||||
path-for-game-data.patch
|
path-for-game-data.patch
|
||||||
config.patch
|
config.patch
|
||||||
simutrans.desktop)
|
simutrans.desktop)
|
||||||
md5sums=('56e8fe355ba7dc92e64fff935ea74d27'
|
md5sums=('516c7c6fbd0882a2ef0e29589cb3b7bd'
|
||||||
'f64ec240c1582b863f748bf190b3bd1b'
|
'4ab1d787772fc279181c1bc89dd42bf9'
|
||||||
'c87d9a9910bc371df5d50f7f1ec298bb'
|
'c87d9a9910bc371df5d50f7f1ec298bb'
|
||||||
'e716340d372af264ca05510facfe5d2c'
|
'e716340d372af264ca05510facfe5d2c'
|
||||||
'c2f4e494168e235380373974c91a0803'
|
'c2f4e494168e235380373974c91a0803'
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
diff -Naur simutrans.orig/Makefile simutrans/Makefile
|
diff -Naur simutrans.orig/Makefile simutrans/Makefile
|
||||||
--- simutrans.orig/Makefile 2014-11-20 17:50:34.948410000 +0100
|
--- simutrans.orig/Makefile 2014-11-20 17:50:34.948410000 +0100
|
||||||
+++ simutrans/Makefile 2014-11-20 17:51:43.936577860 +0100
|
+++ simutrans/Makefile 2014-11-20 17:51:43.936577860 +0100
|
||||||
@@ -76,15 +76,6 @@
|
@@ -76,17 +76,6 @@
|
||||||
SDL_CONFIG ?= sdl-config
|
SDL_CONFIG ?= sdl-config
|
||||||
SDL2_CONFIG ?= sdl2-config
|
SDL2_CONFIG ?= sdl2-config
|
||||||
|
|
||||||
-ifneq ($(OPTIMISE),)
|
-ifneq ($(OPTIMISE),)
|
||||||
- CFLAGS += -O3
|
- CFLAGS += -O3
|
||||||
- ifeq ($(findstring $(OSTYPE), amiga),)
|
- ifeq ($(findstring $(OSTYPE), amiga),)
|
||||||
- CFLAGS += -minline-all-stringops
|
- ifneq ($(findstring $(CXX), clang),)
|
||||||
|
- CFLAGS += -minline-all-stringops
|
||||||
|
- endif
|
||||||
- endif
|
- endif
|
||||||
-else
|
-else
|
||||||
- CFLAGS += -O
|
- CFLAGS += -O
|
||||||
|
|
Loading…
Reference in a new issue