Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 563a376

Browse files
committed
apply sf patches 2830233 and 2823885 for osx setup and 64 bit; thanks Michiel
svn path=/branches/v0_99_maint/; revision=7323
1 parent ac387d1 commit 563a376

File tree

3 files changed

+430
-143
lines changed

3 files changed

+430
-143
lines changed

release/osx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SRCDIR=${PWD}
22
ZLIBVERSION=1.2.3
33
PNGVERSION=1.2.33
44
FREETYPEVERSION=2.3.7
5-
MPLVERSION=0.98.5.3
5+
MPLVERSION=0.99.0.rc1
66
MPLSRC=matplotlib-${MPLVERSION}
77
MACOSX_DEPLOYMENT_TARGET=10.4
88

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'linux' : ['/usr/local', '/usr',],
5252
'cygwin' : ['/usr/local', '/usr',],
5353
'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
54-
'/usr', '/sw', '/usr/X11R6'],
54+
'/usr', '/sw'],
5555
'freebsd4' : ['/usr/local', '/usr'],
5656
'freebsd5' : ['/usr/local', '/usr'],
5757
'freebsd6' : ['/usr/local', '/usr'],

0 commit comments

Comments
 (0)