Created
June 14, 2010 17:22
-
-
Save brantfaircloth/437975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- matplotlib-0.99.3.orig/Makefile 2009-08-22 19:14:55.000000000 -0700 | |
+++ matplotlib-0.99.3.update/Makefile 2010-06-14 09:42:37.000000000 -0700 | |
@@ -29,7 +29,7 @@ | |
_build_osx105: | |
- CFLAGS="-Os -arch i386 -arch ppc" LDFLAGS="-Os -arch i386 -arch ppc" python setup.py build | |
+ CFLAGS="-Os -arch x86_64 -arch i386" LDFLAGS="-Os -arch i386 -arch x86_64" python setup.py build | |
build_osx105: | |
echo "Use 'make -f fetch deps mpl_install instead'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment