summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-12-16 04:28:27 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-12-16 04:28:27 +0000
commit1a72308f9a1ff64e9a02663828c50184d2b4eb49 (patch)
treef22d0df9194745f4b5dc84383a160acce2aac8b6 /x11
parentAdd vbindiff 3.0.b1, visual binary diff, visually compare binary files. (diff)
Fix the build with GCC 4.1. Took from Gentoo's
files/gnome-libs-1.4.2-gcc4.patch. Reported by: krismail
Notes
Notes: svn path=/head/; revision=179892
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/files/patch-gnome-libs-1.4.2-gcc413
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-gnome-libs-1.4.2-gcc4 b/x11/gnome-libs/files/patch-gnome-libs-1.4.2-gcc4
new file mode 100644
index 000000000000..3f4105964e01
--- /dev/null
+++ b/x11/gnome-libs/files/patch-gnome-libs-1.4.2-gcc4
@@ -0,0 +1,13 @@
+diff -urN ../tmp-orig/gnome-libs-1.4.2/gtk-xmhtml/XmHTMLI.h ./gtk-xmhtml/XmHTMLI.h
+--- ../tmp-orig/gnome-libs-1.4.2/gtk-xmhtml/XmHTMLI.h 1999-07-29 03:26:28.000000000 +0200
++++ ./gtk-xmhtml/XmHTMLI.h 2004-12-22 18:02:43.408331024 +0100
+@@ -1058,9 +1058,6 @@
+ #include "gtk-xmhtml-p.h"
+
+ void gtk_xmhtml_set_outline (GtkXmHTML *html, int flag);
+-void my_x_query_colors(GdkColormap *colormap,
+- GdkColor *colors,
+- gint ncolors);
+ void
+ gtk_xmhtml_set_colors (GtkXmHTML *html,
+ Pixel foreground,