djm 6c4a88b895 update to matplotlib-0.90.1
use numpy instead of deprecated Numeric
make examples use python${MODPY_VERSION}
2007-10-12 11:07:43 +00:00

13 lines
361 B
Plaintext

$OpenBSD: patch-setup_py,v 1.7 2007/10/12 11:07:43 djm Exp $
--- setup.py.orig Fri Oct 12 17:25:08 2007
+++ setup.py Fri Oct 12 17:25:24 2007
@@ -224,7 +224,7 @@ def havegtk():
havegtk.gotit = True
return havegtk.gotit
-havegtk.gotit = None
+havegtk.gotit = True
if BUILD_GTK and havegtk():
build_gdk(ext_modules, packages, NUMERIX)