Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/files/
Date: Sat, 03 Dec 2016 11:38:14
Message-Id: 1480765069.0a6de1adc6ecf5114307e9f6291546808fd0c7bf.chewi@gentoo
1 commit: 0a6de1adc6ecf5114307e9f6291546808fd0c7bf
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 26 18:20:25 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 11:37:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6de1ad
7
8 games-simulation/openttd: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/2920
11
12 .../openttd/files/openttd-1.5.3-cflags.patch | 42 ----------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/games-simulation/openttd/files/openttd-1.5.3-cflags.patch b/games-simulation/openttd/files/openttd-1.5.3-cflags.patch
16 deleted file mode 100644
17 index bb7f768..00000000
18 --- a/games-simulation/openttd/files/openttd-1.5.3-cflags.patch
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 ---- openttd-1.4.4/config.lib
22 -+++ openttd-1.4.4/config.lib
23 -@@ -1450,12 +1450,6 @@
24 - CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS"
25 - LDFLAGS="$LDFLAGS -noixemul"
26 - fi
27 --
28 -- if [ "$enable_profiling" = "0" ]; then
29 -- # -fomit-frame-pointer and -pg do not go well together (gcc errors they are incompatible)
30 -- CFLAGS="-fomit-frame-pointer $CFLAGS"
31 -- fi
32 -- CFLAGS="-O2 $CFLAGS"
33 - else
34 - OBJS_SUBDIR="debug"
35 -
36 -@@ -1466,14 +1460,6 @@
37 - CFLAGS="$CFLAGS -G0"
38 - fi
39 - fi
40 -- if [ $enable_debug -ge 2 ]; then
41 -- CFLAGS="$CFLAGS -fno-inline"
42 -- fi
43 -- if [ $enable_debug -ge 3 ]; then
44 -- CFLAGS="$CFLAGS -O0"
45 -- else
46 -- CFLAGS="$CFLAGS -O2"
47 -- fi
48 - fi
49 -
50 - if [ $enable_debug -le 2 ]; then
51 -@@ -1498,11 +1484,6 @@
52 - CFLAGS="$CFLAGS -fno-expensive-optimizations"
53 - fi
54 -
55 -- if [ "$enable_profiling" != "0" ]; then
56 -- CFLAGS="$CFLAGS -pg"
57 -- LDFLAGS="$LDFLAGS -pg"
58 -- fi
59 --
60 - if [ "$with_threads" = "0" ]; then
61 - CFLAGS="$CFLAGS -DNO_THREADS"
62 - fi