summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-12-28 10:00:43 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-12-28 12:00:08 -0500
commite4a69761aabbc202eece0b94c37272e612663a41 (patch)
tree42739d78cdd57290f55d47693852296dcb5ea6af /games-fps/yamagi-quake2/files
parentgames-fps/redeclipse: drop 1.6.0-r3 (diff)
downloadgentoo-e4a69761aabbc202eece0b94c37272e612663a41.tar.gz
gentoo-e4a69761aabbc202eece0b94c37272e612663a41.tar.bz2
gentoo-e4a69761aabbc202eece0b94c37272e612663a41.zip
games-fps/yamagi-quake2: drop 7.45
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-fps/yamagi-quake2/files')
-rw-r--r--games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r3.patch33
-rw-r--r--games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r4.patch33
2 files changed, 0 insertions, 66 deletions
diff --git a/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r3.patch b/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r3.patch
deleted file mode 100644
index c7cf611ab96d..000000000000
--- a/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r3.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- quake2-xatrix-2.06.orig/Makefile 2019-02-05 10:56:06.000000000 +0300
-+++ quake2-xatrix-2.06/Makefile 2019-04-08 01:24:04.124176498 +0300
-@@ -75,11 +75,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 := -std=gnu99 -O2 -fno-strict-aliasing -fomit-frame-pointer \
-- -Wall -pipe -g -MMD -fwrapv
-+CFLAGS += -std=gnu99 -fno-strict-aliasing -fomit-frame-pointer \
-+ -Wall -MMD -fwrapv
- endif
-
- # ----------
-@@ -107,11 +107,11 @@
-
- # Base LDFLAGS.
- ifeq ($(OSTYPE), Darwin)
--LDFLAGS := -shared -arch i386 -arch x86_64
-+LDFLAGS += -shared -arch i386 -arch x86_64
- else ifeq ($(OSTYPE), Windows)
--LDFLAGS := -shared -static-libgcc
-+LDFLAGS += -shared -static-libgcc
- else
--LDFLAGS := -shared -lm
-+LDFLAGS += -shared -lm
- endif
-
- # ----------
diff --git a/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r4.patch b/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r4.patch
deleted file mode 100644
index 86c794b99e5e..000000000000
--- a/games-fps/yamagi-quake2/files/yamagi-quake2-addon-respect-flags-r4.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/Makefile 2020-02-24 19:01:11.000000000 +0300
-+++ b/Makefile 2020-03-08 03:07:40.480074095 +0300
-@@ -66,11 +66,11 @@ endif
- #
- # -MMD to generate header dependencies.
- ifeq ($(OSTYPE), Darwin)
--CFLAGS := -O2 -fno-strict-aliasing -fomit-frame-pointer \
-- -Wall -pipe -g -fwrapv -arch x86_64
-+CFLAGS += -fno-strict-aliasing -fomit-frame-pointer \
-+ -Wall -fwrapv -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
-
- # ----------
-@@ -93,11 +93,11 @@ endif
-
- # Base LDFLAGS.
- ifeq ($(OSTYPE), Darwin)
--LDFLAGS := -shared -arch x86_64
-+LDFLAGS += -shared -arch x86_64
- else ifeq ($(OSTYPE), Windows)
--LDFLAGS := -shared -static-libgcc
-+LDFLAGS += -shared -static-libgcc
- else
--LDFLAGS := -shared -lm
-+LDFLAGS += -shared -lm
- endif
-
- # ----------