Package: matplotlib
Severity: important
Tags: patch
Hi,
The current version of matplotlib fails to build on GNU/kFreeBSD.
Please find attached a small patch to fix that. It would be nice if
you can include it in your next upload.
Thanks for your cooperation,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS
--- matplotlib-0.82.orig/setupext.py
+++ matplotlib-0.82/setupext.py
@@ -44,6 +44,8 @@
'freebsd5' : ['/usr/local', '/usr'],
'freebsd6' : ['/usr/local', '/usr'],
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
+ 'gnukfreebsd5' : ['/usr/local', '/usr'],
+ 'gnukfreebsd6' : ['/usr/local', '/usr'],
}
import sys, os, stat