[GRASS-SVN] r57475 - grass/branches/develbranch_6/macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 20 07:30:45 PDT 2013
Author: kyngchaos
Date: 2013-08-20 07:30:44 -0700 (Tue, 20 Aug 2013)
New Revision: 57475
Modified:
grass/branches/develbranch_6/macosx/Makefile
Log:
strip out isysroot flags so extensions will compile at runtime
Modified: grass/branches/develbranch_6/macosx/Makefile
===================================================================
--- grass/branches/develbranch_6/macosx/Makefile 2013-08-20 14:27:53 UTC (rev 57474)
+++ grass/branches/develbranch_6/macosx/Makefile 2013-08-20 14:30:44 UTC (rev 57475)
@@ -100,6 +100,7 @@
-cd ${GISBASE} ; tar cBf - include | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
-sed -e "s#^\(GRASS_HOME.[^=]*\).*#\1= ${INST_DIR}#" \
-e "s#^\(RUN_GISBASE.[^=]*\).*#\1= ${INST_DIR}#" \
+ -e "s#-isysroot /.*MacOSX.*\.sdk##g" \
${GISBASE}/include/Make/Platform.make > ${INST_DIR_TARGET}/include/Make/Platform.make
-sed -e "s#^\(ARCH_DISTDIR.[^=]*\).*#\1= ${INST_DIR}#" \
-e "s#^\(ARCH_BINDIR.[^=]*\).*#\1= ${UNIX_BIN}#" \
More information about the grass-commit
mailing list