[GRASS-SVN] r39075 - grass/branches/releasebranch_6_4/macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 7 13:40:10 EDT 2009
Author: kyngchaos
Date: 2009-09-07 13:40:10 -0400 (Mon, 07 Sep 2009)
New Revision: 39075
Modified:
grass/branches/releasebranch_6_4/macosx/Makefile
Log:
fix packagemaker test for newer systems (from trunk)
Modified: grass/branches/releasebranch_6_4/macosx/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/macosx/Makefile 2009-09-07 17:39:54 UTC (rev 39074)
+++ grass/branches/releasebranch_6_4/macosx/Makefile 2009-09-07 17:40:10 UTC (rev 39075)
@@ -16,14 +16,14 @@
PYVER = `python -V 2>&1 | cut -d \ -f 2 | cut -d . -f 1,2`
# packagemaker location, options and behaviour changed in xcode 3
-ifeq ($(findstring darwin9,$(ARCH)),darwin9)
+ifeq ($(findstring darwin8,$(ARCH)),darwin8)
+XCODE_VER = xcode2
+PACKAGEMAKER = /Developer/Tools/packagemaker
+PKG_INST_DIR = ${prefix}/${MACOSX_APP_NAME}
+else
XCODE_VER = xcode3
PACKAGEMAKER = /Developer/usr/bin/packagemaker
PKG_INST_DIR = ${prefix}
-else
-XCODE_VER = xcode2
-PACKAGEMAKER = /Developer/Tools/packagemaker
-PKG_INST_DIR = ${prefix}/${MACOSX_APP_NAME}
endif
SUBDIRS =
More information about the grass-commit
mailing list