diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-07-19 21:31:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-07-19 21:31:49 +0000 |
commit | 285443eea66ced48ce560f2506da9903048929f0 (patch) | |
tree | fb25aa750cd0c6a6b16659324518a37a784bf9c1 /games-misc/opengfx/files | |
parent | libvirt-1.1.0-r2 went out slightly too early and missed some patches, notibly... (diff) | |
download | gentoo-2-285443eea66ced48ce560f2506da9903048929f0.tar.gz gentoo-2-285443eea66ced48ce560f2506da9903048929f0.tar.bz2 gentoo-2-285443eea66ced48ce560f2506da9903048929f0.zip |
version bump
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc/opengfx/files')
-rw-r--r-- | games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 000000000000..78b512e71cec --- /dev/null +++ b/games-misc/opengfx/files/opengfx-0.4.7-gcc48.patch @@ -0,0 +1,16 @@ +--- 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] $@" |