commit:     0a6de1adc6ecf5114307e9f6291546808fd0c7bf
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sat Nov 26 18:20:25 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 11:37:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6de1ad

games-simulation/openttd: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2920

 .../openttd/files/openttd-1.5.3-cflags.patch       | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/games-simulation/openttd/files/openttd-1.5.3-cflags.patch 
b/games-simulation/openttd/files/openttd-1.5.3-cflags.patch
deleted file mode 100644
index bb7f768..00000000
--- a/games-simulation/openttd/files/openttd-1.5.3-cflags.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- openttd-1.4.4/config.lib
-+++ openttd-1.4.4/config.lib
-@@ -1450,12 +1450,6 @@
-                       CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing 
-fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS"
-                       LDFLAGS="$LDFLAGS -noixemul"
-               fi
--
--              if [ "$enable_profiling" = "0" ]; then
--                      # -fomit-frame-pointer and -pg do not go well together 
(gcc errors they are incompatible)
--                      CFLAGS="-fomit-frame-pointer $CFLAGS"
--              fi
--              CFLAGS="-O2 $CFLAGS"
-       else
-               OBJS_SUBDIR="debug"
- 
-@@ -1466,14 +1460,6 @@
-                               CFLAGS="$CFLAGS -G0"
-                       fi
-               fi
--              if [ $enable_debug -ge 2 ]; then
--                      CFLAGS="$CFLAGS -fno-inline"
--              fi
--              if [ $enable_debug -ge 3 ]; then
--                      CFLAGS="$CFLAGS -O0"
--              else
--                      CFLAGS="$CFLAGS -O2"
--              fi
-       fi
- 
-       if [ $enable_debug -le 2 ]; then
-@@ -1498,11 +1484,6 @@
-               CFLAGS="$CFLAGS -fno-expensive-optimizations"
-       fi
- 
--      if [ "$enable_profiling" != "0" ]; then
--              CFLAGS="$CFLAGS -pg"
--              LDFLAGS="$LDFLAGS -pg"
--      fi
--
-       if [ "$with_threads" = "0" ]; then
-               CFLAGS="$CFLAGS -DNO_THREADS"
-       fi

Reply via email to