Add patches for recently change of GNOME.

From maintainer : Maurice Nonnekes <maurice@amaze.nl>
This commit is contained in:
shell 2002-03-03 16:39:56 +00:00
parent ed0f305b26
commit 7239c4821b
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-pygnome_Makefile_in,v 1.1 2002/03/03 16:39:56 shell Exp $
--- pygnome/Makefile.in.orig Sat Mar 2 20:31:07 2002
+++ pygnome/Makefile.in Sat Mar 2 20:31:43 2002
@@ -123,7 +123,7 @@
SUBDIRS = generate gnome
INCLUDES = $(PYTHON_INCLUDES) $(GNOME_INCLUDEDIR) \
- $(LIBGLADE_CFLAGS)
+ $(LIBGLADE_CFLAGS) $(GDK_IMLIB_CFLAGS)
@WITH_APPLETS_TRUE@appletmodule = _appletmodule.la

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-pygnome_cappletmodule_c,v 1.1 2002/03/03 16:39:56 shell Exp $
--- pygnome/cappletmodule.c.orig Sat Mar 2 20:32:18 2002
+++ pygnome/cappletmodule.c Sat Mar 2 20:32:46 2002
@@ -22,7 +22,7 @@
#endif
#include <Python.h>
-#include <capplet-widget.h>
+#include <libcapplet1/capplet-widget.h>
#include "../pygtk/pygtk.h"