[Commits] (bear) more osx deployment target changes

commits at osafoundation.org commits at osafoundation.org
Tue Feb 22 07:39:30 PST 2005


Commit by: bear
Modified files:
external/egenix-mx/Makefile 1.14 1.15
external/twisted/Makefile 1.18 1.19
external/vobject/Makefile 1.7 1.8

Log message:
more osx deployment target changes


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/egenix-mx/Makefile.diff?r1=text&tr1=1.14&r2=text&tr2=1.15
http://cvs.osafoundation.org/index.cgi/external/twisted/Makefile.diff?r1=text&tr1=1.18&r2=text&tr2=1.19
http://cvs.osafoundation.org/index.cgi/external/vobject/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.8

Index: external/vobject/Makefile
diff -u external/vobject/Makefile:1.7 external/vobject/Makefile:1.8
--- external/vobject/Makefile:1.7	Tue Jan 25 10:25:23 2005
+++ external/vobject/Makefile	Tue Feb 22 07:39:28 2005
@@ -25,7 +25,7 @@
 
 build: expand
 	cd $(SRC); \
-	$(PYTHON) setup.py \
+	MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET) $(PYTHON) setup.py \
           build --build-base=$(BUILD) $(DIST_OPT) \
           install --force
 

Index: external/twisted/Makefile
diff -u external/twisted/Makefile:1.18 external/twisted/Makefile:1.19
--- external/twisted/Makefile:1.18	Wed Jan  5 18:21:11 2005
+++ external/twisted/Makefile	Tue Feb 22 07:39:28 2005
@@ -20,7 +20,7 @@
 
 build: expand apply applysmtp applyimap4
 	cd $(SRC); \
-	$(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
+	MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET) $(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
                            install --force
 
 Twisted-$(VERSION).tar.gz:

Index: external/egenix-mx/Makefile
diff -u external/egenix-mx/Makefile:1.14 external/egenix-mx/Makefile:1.15
--- external/egenix-mx/Makefile:1.14	Mon Dec 13 13:39:07 2004
+++ external/egenix-mx/Makefile	Tue Feb 22 07:39:28 2005
@@ -14,7 +14,7 @@
 
 build: expand apply
 	cd $(SRC); \
-	$(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
+	MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET) $(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
                            install --force
 
 egenix-mx-base-$(VERSION).tar.gz:



More information about the Commits mailing list