summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-12 13:44:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-12 13:44:26 +0800
commitbac14067b21f6432b12a92e293ef883f912f2311 (patch)
treeaa7ac982e7117326a47819bde05c145a8707377f /x11-toolkits
parent464dd40f096e254c53bc3899795239532f351754 (diff)
downloadmarcuscom-ports-bac14067b21f6432b12a92e293ef883f912f2311.tar
marcuscom-ports-bac14067b21f6432b12a92e293ef883f912f2311.tar.gz
marcuscom-ports-bac14067b21f6432b12a92e293ef883f912f2311.tar.bz2
marcuscom-ports-bac14067b21f6432b12a92e293ef883f912f2311.tar.lz
marcuscom-ports-bac14067b21f6432b12a92e293ef883f912f2311.tar.xz
marcuscom-ports-bac14067b21f6432b12a92e293ef883f912f2311.tar.zst
marcuscom-ports-bac14067b21f6432b12a92e293ef883f912f2311.zip
Patch the includes in gtksignal.h to allow building of some apps which
use a deprecated GTK+ API. Reported by: Joseph S. Atkinson <jsatkinson@embarqmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11043 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile4
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_gtksignal.h13
2 files changed, 15 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 831b0a631..b4f372c1b 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,12 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.130 2008/06/06 21:38:59 marcus Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.131 2008/06/07 07:03:20 marcus Exp $
#
PORTNAME= gtk
PORTVERSION= 2.13.2
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \
diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h
new file mode 100644
index 000000000..c687dec40
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h
@@ -0,0 +1,13 @@
+--- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400
++++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400
+@@ -29,7 +29,9 @@
+ #ifndef __GTK_SIGNAL_H__
+ #define __GTK_SIGNAL_H__
+
+-#include <gtk/gtk.h>
++#include <gtk/gtkenums.h>
++#include <gtk/gtktypeutils.h>
++#include <gtk/gtkobject.h>
+ #include <gtk/gtkmarshal.h>
+
+ G_BEGIN_DECLS