diff options
author | 2015-12-17 13:46:51 -0500 | |
---|---|---|
committer | 2015-12-17 19:39:07 -0500 | |
commit | 1e23b42b991bc0cd427dc4bf3f75be9b66fe21cd (patch) | |
tree | 17f3b490df20c1c1241fa6c5ce0267de3f5f7f45 /games-simulation/openttd/files | |
parent | add slot dep for dev-lang/lua,sys-libs/ncurses,and dev-db/postgresql (diff) | |
download | gentoo-1e23b42b991bc0cd427dc4bf3f75be9b66fe21cd.tar.gz gentoo-1e23b42b991bc0cd427dc4bf3f75be9b66fe21cd.tar.bz2 gentoo-1e23b42b991bc0cd427dc4bf3f75be9b66fe21cd.zip |
clean old
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-simulation/openttd/files')
-rw-r--r-- | games-simulation/openttd/files/openttd-1.5.2-cflags.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-simulation/openttd/files/openttd-1.5.2-cflags.patch b/games-simulation/openttd/files/openttd-1.5.2-cflags.patch deleted file mode 100644 index bb7f768b3798..000000000000 --- a/games-simulation/openttd/files/openttd-1.5.2-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 |