summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2005-08-16 15:33:06 +0000
committerHarald van Dijk <truedfx@gentoo.org>2005-08-16 15:33:06 +0000
commit7fcea0ee59ed44af1e63fb94fcfba871db706c66 (patch)
tree5cba5f5ec637069724065a8133e8bb6c427ad477 /x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch
parentMarked 0.6.3 stable on x86 and added 0.7.2. The ebuild was submitted by Joche... (diff)
downloadgentoo-2-7fcea0ee59ed44af1e63fb94fcfba871db706c66.tar.gz
gentoo-2-7fcea0ee59ed44af1e63fb94fcfba871db706c66.tar.bz2
gentoo-2-7fcea0ee59ed44af1e63fb94fcfba871db706c66.zip
remove unused patches, partially correct dependencies
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch')
-rw-r--r--x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch b/x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch
deleted file mode 100644
index d5215adc74c9..000000000000
--- a/x11-wm/sawfish/files/sawfish-1.2-gtk+-2.2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sawfish-1.2-gtk2/src/gtk-style.c.orig 2002-01-10 14:29:21.000000000 -0500
-+++ sawfish-1.2-gtk2/src/gtk-style.c 2003-01-04 23:16:31.000000000 -0500
-@@ -97,7 +97,7 @@
- {
- /* If GTK_MINOR_VERSION is not 2 we are using gtk+ 1.3.x or 2.0
- so these two members are no more */
--#if (GTK_MINOR_VERSION == 2)
-+#if (GTK_MAJOR_VERSION == 1 && GTK_MINOR_VERSION == 2)
- if (rc->font_name != 0)
- printf ("(font . \"%s\")\n", rc->font_name);
- if (rc->fontset_name != 0)