openbsd-ports/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp
djm 4d6f30cfb3 work around compilation failure when py-Gtk is installed, caused by
stupid include path detection. Reported by espie@
Also add VMEM_WARNING, because gcc3 causes compilation to blow up
later when building ft2font.cpp
2005-01-17 23:56:43 +00:00

13 lines
318 B
Plaintext

$OpenBSD: patch-src__gtkagg_cpp,v 1.1 2005/01/17 23:56:43 djm Exp $
--- src/_gtkagg.cpp.orig Tue Jan 18 09:56:11 2005
+++ src/_gtkagg.cpp Tue Jan 18 09:56:23 2005
@@ -6,7 +6,7 @@
#include <utility>
#include <pygobject.h>
-#include <pygtk/pygtk.h>
+#include <pygtk-2.0/pygtk/pygtk.h>
#include "_backend_agg.h"