openbsd-ports/graphics/py-matplotlib/patches/patch-src__gtkagg_cpp
2005-09-19 01:42:11 +00:00

13 lines
323 B
Plaintext

$OpenBSD: patch-src__gtkagg_cpp,v 1.2 2005/09/19 01:42:12 djm Exp $
--- src/_gtkagg.cpp.orig Fri Jun 17 04:02:52 2005
+++ src/_gtkagg.cpp Mon Sep 19 10:46:46 2005
@@ -8,7 +8,7 @@
#include <pygobject.h>
-#include <pygtk/pygtk.h>
+#include <pygtk-2.0/pygtk/pygtk.h>
#include "agg_basics.h"
#include "_backend_agg.h"