Created
July 22, 2012 15:41
-
-
Save rkitover/3160018 to your computer and use it in GitHub Desktop.
mac env vars for macports
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
| export LIBPREFIX='/opt/local' | |
| export CPATH="$HOME/include:$LIBPREFIX/include" | |
| export CPPFLAGS="-I$HOME/include -I$LIBPREFIX/include -I$LIBPREFIX/include/libtommath" | |
| export CFLAGS="$CPPFLAGS" | |
| export CXXFLAGS="$CFLAGS" | |
| export LDFLAGS="-L$HOME/lib -L$LIBPREFIX/lib" | |
| export LIBTOOLIZE=glibtoolize | |
| export LIBTOOL=glibtool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment