diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-11 10:25:27 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-04-11 10:23:10 +0100 |
commit | aa649a5d19485b583ff16840291e28aa6a80f449 (patch) | |
tree | 0d091b53fd1aa2d88f7bf75df0e821b13d071036 /games-fps/yamagi-quake2/files | |
parent | dev-go/delve: remove duplicate DEPEND, restrict tests (diff) | |
download | gentoo-aa649a5d19485b583ff16840291e28aa6a80f449.tar.gz gentoo-aa649a5d19485b583ff16840291e28aa6a80f449.tar.bz2 gentoo-aa649a5d19485b583ff16840291e28aa6a80f449.zip |
games-fps/yamagi-quake2: remove unused patch
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20332
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/yamagi-quake2/files')
-rw-r--r-- | games-fps/yamagi-quake2/files/yamagi-quake2-respect-flags.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/games-fps/yamagi-quake2/files/yamagi-quake2-respect-flags.patch b/games-fps/yamagi-quake2/files/yamagi-quake2-respect-flags.patch deleted file mode 100644 index 76ac4b60f503..000000000000 --- a/games-fps/yamagi-quake2/files/yamagi-quake2-respect-flags.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/Makefile 2017-12-08 12:22:59.000000000 +0300 -+++ b/Makefile 2018-01-14 15:42:56.804047742 +0300 -@@ -165,12 +165,12 @@ - # -MMD to generate header dependencies. (They cannot be - # generated if building universal binaries on OSX) - ifeq ($(YQ2_OSTYPE), Darwin) --CFLAGS := -O2 -fno-strict-aliasing -fomit-frame-pointer \ -- -Wall -pipe -g -fwrapv -+CFLAGS += -fno-strict-aliasing -fomit-frame-pointer \ -+ -Wall -fwrapv - CFLAGS += $(OSX_ARCH) - else --CFLAGS := -std=gnu99 -O2 -fno-strict-aliasing \ -- -Wall -pipe -g -ggdb -MMD -fwrapv -+CFLAGS += -std=gnu99 -fno-strict-aliasing \ -+ -Wall -MMD -fwrapv - endif - - # ---------- -@@ -263,15 +263,15 @@ - - # Base LDFLAGS. - ifeq ($(YQ2_OSTYPE),Linux) --LDFLAGS := -L/usr/lib -lm -ldl -rdynamic -+LDFLAGS += -lm -ldl -rdynamic - else ifeq ($(YQ2_OSTYPE),FreeBSD) --LDFLAGS := -L/usr/local/lib -lm -+LDFLAGS += -lm - else ifeq ($(YQ2_OSTYPE),OpenBSD) --LDFLAGS := -L/usr/local/lib -lm -+LDFLAGS += -lm - else ifeq ($(YQ2_OSTYPE),Windows) --LDFLAGS := -L/usr/lib -lws2_32 -lwinmm -static-libgcc -+LDFLAGS += -lws2_32 -lwinmm -static-libgcc - else ifeq ($(YQ2_OSTYPE), Darwin) --LDFLAGS := $(OSX_ARCH) -lm -+LDFLAGS += $(OSX_ARCH) -lm - endif - - CFLAGS += -fvisibility=hidden |