mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Fix a bug breaking the build of libglade2, bump PORTREVISION.
This commit is contained in:
parent
5cd9e7dcb2
commit
a4cb73b3d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54690
@ -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%/ \
|
||||
|
14
x11-toolkits/gtk13/files/patch-gdk::gdktypes.h
Normal file
14
x11-toolkits/gtk13/files/patch-gdk::gdktypes.h
Normal file
@ -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
|
@ -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%/ \
|
||||
|
14
x11-toolkits/gtk20/files/patch-gdk::gdktypes.h
Normal file
14
x11-toolkits/gtk20/files/patch-gdk::gdktypes.h
Normal file
@ -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
|
@ -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%/ \
|
||||
|
14
x11-toolkits/gtk30/files/patch-gdk::gdktypes.h
Normal file
14
x11-toolkits/gtk30/files/patch-gdk::gdktypes.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user