summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-11-20 23:58:42 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-11-21 01:03:04 -0500
commit7a1a7e7591e29822e59197b6f4affad14ffe5580 (patch)
tree1e6445d95029a96aa8e557693846c325b62516e3 /games-misc/opengfx/files
parentdev-libs/libmaxminddb: Version bump (bug #566104 by Steffen Weber). (diff)
downloadgentoo-7a1a7e7591e29822e59197b6f4affad14ffe5580.tar.gz
gentoo-7a1a7e7591e29822e59197b6f4affad14ffe5580.tar.bz2
gentoo-7a1a7e7591e29822e59197b6f4affad14ffe5580.zip
clean old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-misc/opengfx/files')
-rw-r--r--games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch b/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch
deleted file mode 100644
index 51a32c8766b7..000000000000
--- a/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- scripts/Makefile.nml.old
-+++ scripts/Makefile.nml
-@@ -14,11 +14,11 @@
-
- %.src.dep: $(SRC_DIR)/%.pnml
- $(_E) "[DEP] $@"
-- $(_V) $(CC) -C -M -MF $@ -E -MT $(patsubst %.src.dep,%.nml,$@) - < $<
-+ $(_V) $(CC) -P -C -M -MF $@ -E -MT $(patsubst %.src.dep,%.nml,$@) - < $<
-
- %.nml: $(SRC_DIR)/%.pnml $(TAG_FILENAME)
- $(_E) "[CPP] $@"
-- $(_V) $(CC) -D REPO_REVISION=$(REPO_REVISION) $(CC_FLAGS) $< > $@
-+ $(_V) $(CC) -P -D REPO_REVISION=$(REPO_REVISION) $(CC_FLAGS) $< > $@
-
- %.gfx.dep: %.nml
- $(_E) "[DEP] $@"