summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-14 10:34:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-14 10:34:46 +0000
commita4cb73b3d3fb1d1fed594705ff1785c5f44d69b7 (patch)
treedafd713c1a91bd857a11cb3c7b4fbd10e1728a0d /x11-toolkits/gtk30
parentAdd libbonobo 1.110.0, a component and compound document system for GNOME2. (diff)
Fix a bug breaking the build of libglade2, bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=54690
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile1
-rw-r--r--x11-toolkits/gtk30/files/patch-gdk::gdktypes.h14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index dee696cd409e..684f2ee07f9e 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtk
PORTVERSION= 1.3.13
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-alpha2,} \
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
diff --git a/x11-toolkits/gtk30/files/patch-gdk::gdktypes.h b/x11-toolkits/gtk30/files/patch-gdk::gdktypes.h
new file mode 100644
index 000000000000..35e6a55e29b3
--- /dev/null
+++ b/x11-toolkits/gtk30/files/patch-gdk::gdktypes.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- gdk/gdktypes.h 2002/02/14 10:01:48 1.1
++++ gdk/gdktypes.h 2002/02/14 10:01:59
+@@ -48,7 +48,7 @@
+ * itself, but also occasionally when compiling programs that use GDK
+ * (or GTK). One such setting is what windowing API backend is in use.
+ */
+-#include <gdkconfig.h>
++#include <gtk/gdkconfig.h>
+
+ /* some common magic values */
+ #define GDK_CURRENT_TIME 0L