jer 15/01/30 09:53:51 Modified: gpe-calculator-0.2-makefile-fix.patch Log: Clean up patch (bug #538160 by Toralf Förster). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch?r1=1.1&r2=1.2 Index: gpe-calculator-0.2-makefile-fix.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/gpe-base/gpe-calculator/files/gpe-calculator-0.2-makefile-fix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gpe-calculator-0.2-makefile-fix.patch 6 Jul 2009 19:31:04 -0000 1.1 +++ gpe-calculator-0.2-makefile-fix.patch 30 Jan 2015 09:53:51 -0000 1.2 @@ -1,6 +1,5 @@ -diff -urNd ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile gpe-calculator-0.2/Makefile ---- ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile 2004-08-03 04:24:09.000000000 +0100 -+++ gpe-calculator-0.2/Makefile 2004-08-03 13:12:48.000000000 +0100 +--- a/Makefile ++++ b/Makefile @@ -9,17 +9,17 @@ GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_ENABLE_BROKEN GTKLDFLAGS += `pkg-config --libs gtk+-2.0`
