diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-14 18:34:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-14 18:34:46 +0800 |
commit | dd536c115c73146d228b989825b8dc25fef8b512 (patch) | |
tree | 42e23fefb58a9e256ea34acd17d478d50021ace3 /x11-toolkits | |
parent | 7377aa0773b09a8f4ad9f0aea0bea51e6740b832 (diff) | |
download | freebsd-ports-gnome-dd536c115c73146d228b989825b8dc25fef8b512.tar.gz freebsd-ports-gnome-dd536c115c73146d228b989825b8dc25fef8b512.tar.zst freebsd-ports-gnome-dd536c115c73146d228b989825b8dc25fef8b512.zip |
Fix a bug breaking the build of libglade2, bump PORTREVISION.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk13/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk13/files/patch-gdk::gdktypes.h | 14 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gdk::gdktypes.h | 14 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gdk::gdktypes.h | 14 |
6 files changed, 45 insertions, 0 deletions
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index dee696cd409e..684f2ee07f9e 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/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/gtk13/files/patch-gdk::gdktypes.h b/x11-toolkits/gtk13/files/patch-gdk::gdktypes.h new file mode 100644 index 000000000000..35e6a55e29b3 --- /dev/null +++ b/x11-toolkits/gtk13/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 diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index dee696cd409e..684f2ee07f9e 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/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/gtk20/files/patch-gdk::gdktypes.h b/x11-toolkits/gtk20/files/patch-gdk::gdktypes.h new file mode 100644 index 000000000000..35e6a55e29b3 --- /dev/null +++ b/x11-toolkits/gtk20/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 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 |