[cig-commits] r21920 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Mon Apr 22 17:40:28 PDT 2013


Author: brad
Date: 2013-04-22 17:40:28 -0700 (Mon, 22 Apr 2013)
New Revision: 21920

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Added SDK flags for Darwin.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2013-04-22 00:38:45 UTC (rev 21919)
+++ cs/buildbot/pylith_deps/src/makefile	2013-04-23 00:40:28 UTC (rev 21920)
@@ -6,7 +6,7 @@
 # Darwin
 FETCH=curl -O
 mpich_sharedoptions=--enable-shared --enable-sharedlibs=osx-gcc --disable-static
-env_flags="LDFLAGS=-L$(SDKROOT)/usr/lib"
+env_flags=CFLAGS="-mmacosx-version-min=10.5 -isysroot $(SDKROOT)" CXXFLAGS="-mmacosx-version-min=10.5  -isysroot $(SDKROOT)" FFLAGS="-mmacosx-version-min=10.5  -isysroot $(SDKROOT)"
 GCC_EXTRAARGS=--with-dwarf2
 MAKE_THREADS=2
 



More information about the CIG-COMMITS mailing list