From 1be792fc8feb9133c81461a266793714f7f7e167 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 20 Dec 2007 15:18:53 +0000 Subject: - Fix build on FreeBSD 8.x Submitted by: Wesley Shields --- math/py-matplotlib/files/patch-setupext.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'math/py-matplotlib') diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py index 629920524d0a..027a6564d6d4 100644 --- a/math/py-matplotlib/files/patch-setupext.py +++ b/math/py-matplotlib/files/patch-setupext.py @@ -1,6 +1,6 @@ ---- setupext.py.orig Sun Mar 11 16:20:42 2007 -+++ setupext.py Sun Mar 11 16:22:14 2007 -@@ -50,9 +50,10 @@ +--- setupext.py.orig 2007-02-01 04:32:51.000000000 -0500 ++++ setupext.py 2007-12-19 21:26:33.000000000 -0500 +@@ -50,9 +50,11 @@ 'cygwin' : ['/usr/local', '/usr',], 'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local', '/usr', '/sw'], @@ -11,10 +11,11 @@ + 'freebsd5' : ['%%LOCALBASE%%', '/usr'], + 'freebsd6' : ['%%LOCALBASE%%', '/usr'], + 'freebsd7' : ['%%LOCALBASE%%', '/usr'], ++ 'freebsd8' : ['%%LOCALBASE%%', '/usr'], 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], 'gnukfreebsd5' : ['/usr/local', '/usr'], 'gnukfreebsd6' : ['/usr/local', '/usr'], -@@ -455,9 +456,9 @@ +@@ -455,9 +457,9 @@ # you're still here? ok we'll try it this way o = find_tcltk() # todo: try/except -- cgit v1.2.3