[Fedora-directory-commits] esc/src/xulrunner Makefile,1.3,1.4

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Thu Jan 25 22:37:44 UTC 2007


Author: jmagne

Update of /cvs/dirsec/esc/src/xulrunner
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25269

Modified Files:
	Makefile 
Log Message:
Restore Mac Universal binary.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/esc/src/xulrunner/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	25 Jan 2007 22:36:20 -0000	1.3
+++ Makefile	25 Jan 2007 22:37:42 -0000	1.4
@@ -70,6 +70,11 @@
 	echo "ac_add_options --with-system-nspr" >> $@.$(TYPE)
 	echo "ac_add_options --with-system-nss" >> $@.$(TYPE)
 endif
+ifeq ($(OS_ARCH),Darwin)
+	echo ". \$$topsrcdir/build/macosx/universal/mozconfig" >> $@.$(TYPE)
+	echo "ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.4u.sdk" >> $@.$(TYPE)
+endif
+
 ifeq ($(OS_ARCH), WINNT)
 	echo "ac_add_options --disable-javaxpcom" >> $@.$(TYPE)
 endif




More information about the Fedora-directory-commits mailing list