diff options
author | Stefan Strogin <steils@gentoo.org> | 2019-06-03 18:52:25 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2019-06-03 18:54:19 +0300 |
commit | e5ad96c31f184961949a1793aca53f91bdbb038a (patch) | |
tree | 71572fa8d348efd2640305545565ae7620896d0a /games-fps/yamagi-quake2/files | |
parent | games-fps/yamagi-quake2: add games@ to maintainers (diff) | |
download | gentoo-e5ad96c31f184961949a1793aca53f91bdbb038a.tar.gz gentoo-e5ad96c31f184961949a1793aca53f91bdbb038a.tar.bz2 gentoo-e5ad96c31f184961949a1793aca53f91bdbb038a.zip |
games-fps/yamagi-quake2: remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-fps/yamagi-quake2/files')
-rw-r--r-- | games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags.patch b/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags.patch deleted file mode 100644 index d767f04d4b09..000000000000 --- a/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/Makefile 2017-05-25 12:45:51.000000000 +0300 -+++ b/Makefile 2018-01-14 17:38:34.540167879 +0300 -@@ -64,11 +64,11 @@ - # - # -MMD to generate header dependencies. - ifeq ($(OSTYPE), Darwin) --CFLAGS := -O2 -fno-strict-aliasing -fomit-frame-pointer \ -- -Wall -pipe -g -fwrapv -arch i386 -arch x86_64 -+CFLAGS += -fno-strict-aliasing -fomit-frame-pointer \ -+ -Wall -fwrapv -arch i386 -arch x86_64 - else --CFLAGS := -O2 -fno-strict-aliasing -fomit-frame-pointer \ -- -Wall -pipe -g -MMD -fwrapv -+CFLAGS += -fno-strict-aliasing -fomit-frame-pointer \ -+ -Wall -MMD -fwrapv - endif - - # ---------- -@@ -80,9 +80,9 @@ - - # Base LDFLAGS. - ifeq ($(OSTYPE), Darwin) --LDFLAGS := -shared -arch i386 -arch x86_64 -+LDFLAGS += -shared -arch i386 -arch x86_64 - else --LDFLAGS := -shared -+LDFLAGS += -shared - endif - - # ---------- |