mr_bones_ 14/06/13 08:57:57 Added: opengfx-0.5.1-gcc48.patch Log: version bump (bug #508244) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/files/opengfx-0.5.1-gcc48.patch?rev=1.1&content-type=text/plain Index: opengfx-0.5.1-gcc48.patch =================================================================== --- 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] $@"
