Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created February 11, 2012 17:10
Show Gist options
  • Save lemenkov/1802493 to your computer and use it in GitHub Desktop.
Save lemenkov/1802493 to your computer and use it in GitHub Desktop.
How to build with macports on macppc
CFLAGS="$CFLAGS -I/opt/local/include" CXXFLAGS="$CXXFLAGS -I/opt/local/include" LDFLAGS="$LDFLAGS -L/opt/local/lib" ./configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment