4d6f30cfb3
stupid include path detection. Reported by espie@ Also add VMEM_WARNING, because gcc3 causes compilation to blow up later when building ft2font.cpp
13 lines
318 B
Plaintext
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"
|
|
|