summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)