From 62e8c892e7f400eaec4f7bb85468c153e7263496 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 6 Mar 2012 18:50:26 +0000 Subject: Patch is not needed anymore for Gtk theme svn path=/overlay/; revision=447 --- .../files/gnustep-gtk-theme-9999-pkgconfig.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 x11-themes/gnustep-gtk-theme/files/gnustep-gtk-theme-9999-pkgconfig.patch (limited to 'x11-themes/gnustep-gtk-theme/files/gnustep-gtk-theme-9999-pkgconfig.patch') diff --git a/x11-themes/gnustep-gtk-theme/files/gnustep-gtk-theme-9999-pkgconfig.patch b/x11-themes/gnustep-gtk-theme/files/gnustep-gtk-theme-9999-pkgconfig.patch deleted file mode 100644 index 2b8dc81..0000000 --- a/x11-themes/gnustep-gtk-theme/files/gnustep-gtk-theme-9999-pkgconfig.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- GNUmakefile.orig 2011-04-21 10:36:11.077814154 +0200 -+++ GNUmakefile 2011-04-21 11:13:00.877039286 +0200 -@@ -8,13 +8,12 @@ - - include $(GNUSTEP_MAKEFILES)/common.make - --MYCFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gconf/2/ -+MYCFLAGS = $(shell pkg-config --cflags gconf-2.0 gtk+-2.0) - - ADDITIONAL_OBJCFLAGS = -Wno-import -g $(MYCFLAGS) -O0 # -Wall -O2 - ADDITIONAL_CFLAGS = $(MYCFLAGS) - --ADDITIONAL_LDFLAGS = -v -L/usr/lib/debug/usr/lib/ -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgconf-2 -- -+ADDITIONAL_LDFLAGS = $(shell pkg-config --libs gconf-2.0 gtk+-2.0) - # - # Main - # -- cgit v1.2.3-65-gdbad