summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch')
-rw-r--r--games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch b/games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch
deleted file mode 100644
index 78b512e71cec..000000000000
--- a/games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- scripts/Makefile.nml.old 2013-05-09 20:09:52.992038666 +0200
-+++ scripts/Makefile.nml 2013-05-09 20:10:36.942970903 +0200
-@@ -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] $@"