summaryrefslogtreecommitdiff
path: root/x11/gnomelibs
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r--x11/gnomelibs/Makefile2
-rw-r--r--x11/gnomelibs/files/patch-gtk-xmhtml::images.c14
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index da5ed840c084..4b9c17432728 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
diff --git a/x11/gnomelibs/files/patch-gtk-xmhtml::images.c b/x11/gnomelibs/files/patch-gtk-xmhtml::images.c
new file mode 100644
index 000000000000..6e24a95c4b67
--- /dev/null
+++ b/x11/gnomelibs/files/patch-gtk-xmhtml::images.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- gtk-xmhtml/images.c 2001/12/15 05:19:03 1.1
++++ gtk-xmhtml/images.c 2001/12/15 05:19:22
+@@ -2393,7 +2393,7 @@
+ {
+ if(!html->html.xcc)
+ _XmHTMLCheckXCC(html);
+- image->xcc = html->html.xcc;
++ xcc = image->xcc = html->html.xcc;
+ }
+ }
+