summaryrefslogtreecommitdiff
path: root/graphics/giram/patches
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-05-16 00:57:24 +0000
committerkristerw <kristerw>2004-05-16 00:57:24 +0000
commitff7e945cbf46cff66147b6323fbf5e636f680a49 (patch)
tree3ed65f05ed38e4ee29c1e72074bd6503afc37a73 /graphics/giram/patches
parente694e932473f96c597991a2930d4994a770189fe (diff)
downloadpkgsrc-ff7e945cbf46cff66147b6323fbf5e636f680a49.tar.gz
Remove -DGTK_DISABLE_DEPRECATED, and fix some includes, so that it builds
with the currently packaged versions of its dependencies.
Diffstat (limited to 'graphics/giram/patches')
-rw-r--r--graphics/giram/patches/patch-ac17
-rw-r--r--graphics/giram/patches/patch-ad18
-rw-r--r--graphics/giram/patches/patch-ae16
3 files changed, 51 insertions, 0 deletions
diff --git a/graphics/giram/patches/patch-ac b/graphics/giram/patches/patch-ac
new file mode 100644
index 00000000000..9a3d62cd408
--- /dev/null
+++ b/graphics/giram/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.3 2004/05/16 00:57:24 kristerw Exp $
+
+--- src/texture.c.orig Sat May 15 13:29:15 2004
++++ src/texture.c Sat May 15 13:29:42 2004
+@@ -21,10 +21,10 @@
+ #include <string.h>
+ #undef GTK_DISABLE_DEPRECATED
+ #warning GTK_DISABLE_DEPRECATED
+-#include "giram.h"
+-#include "utils.h"
+ #include "widgets/gtkcolorbutton.h"
+ #include "widgets/gtkcolormapbutton.h"
++#include "giram.h"
++#include "utils.h"
+ #include "texture.h"
+
+ #include "widgets/giramwidgets.h"
diff --git a/graphics/giram/patches/patch-ad b/graphics/giram/patches/patch-ad
new file mode 100644
index 00000000000..d277b1e35df
--- /dev/null
+++ b/graphics/giram/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.3 2004/05/16 00:57:24 kristerw Exp $
+
+--- src/widgets/gtkcolorbutton.c.orig Sat May 15 13:13:54 2004
++++ src/widgets/gtkcolorbutton.c Sat May 15 13:14:12 2004
+@@ -25,11 +25,11 @@
+ #undef GTK_DISABLE_DEPRECATED
+ #warning GTK_DISABLE_DEPRECATED
+
++#include "gtkcolorbutton.h"
++
+ #include "giram.h"
+
+ #include "giramintl.h"
+-
+-#include "gtkcolorbutton.h"
+
+ static void gtk_color_button_destroy(GtkObject *object);
+ static void gtk_color_button_clicked(GtkButton *button);
diff --git a/graphics/giram/patches/patch-ae b/graphics/giram/patches/patch-ae
new file mode 100644
index 00000000000..25b79c81f9a
--- /dev/null
+++ b/graphics/giram/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.3 2004/05/16 00:57:24 kristerw Exp $
+
+--- src/giramobjecteditor.c.orig Sun May 16 02:47:57 2004
++++ src/giramobjecteditor.c Sun May 16 02:48:16 2004
+@@ -19,10 +19,10 @@
+ */
+
+ #include <stdlib.h>
++#include "widgets/gtkcolorbutton.h"
+ #include "giram.h"
+
+ #include "giramintl.h"
+-#include "widgets/gtkcolorbutton.h"
+ #include "widgets/giramfileselection.h"
+
+ #include "widgets/giramvectorframe.h"