diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:49:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:49:49 +0000 |
commit | 0309aada2c407a131019b3fcc6b927a2c411508f (patch) | |
tree | 25bf46b87acd70e284d023483c237335f62f2354 /games-misc/opengfx/files | |
parent | version bump (diff) | |
download | historical-0309aada2c407a131019b3fcc6b927a2c411508f.tar.gz historical-0309aada2c407a131019b3fcc6b927a2c411508f.tar.bz2 historical-0309aada2c407a131019b3fcc6b927a2c411508f.zip |
old
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Diffstat (limited to 'games-misc/opengfx/files')
-rw-r--r-- | games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch | 16 |
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] $@" |