[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3884: Hardcode part of the instructions added in r3732 into the CM (in vidalia/trunk: . pkg/osx)



Author: edmanm
Date: 2009-06-24 19:38:31 -0400 (Wed, 24 Jun 2009)
New Revision: 3884

Modified:
   vidalia/trunk/CMakeLists.txt
   vidalia/trunk/pkg/osx/build-bundle.txt
Log:

Hardcode part of the instructions added in r3732 into the CMakeLists.txt.


Modified: vidalia/trunk/CMakeLists.txt
===================================================================
--- vidalia/trunk/CMakeLists.txt	2009-06-24 22:27:15 UTC (rev 3883)
+++ vidalia/trunk/CMakeLists.txt	2009-06-24 23:38:31 UTC (rev 3884)
@@ -70,6 +70,8 @@
         CACHE STRING "OS X build architectures" FORCE)
     set(CMAKE_EXE_LINKER_FLAGS "-mmacosx-version-min=10.4"
         CACHE STRING "Flags used by the linker." FORCE)
+    set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.4u.sdk"
+        CACHE STRING "isysroot used for universal binary support" FORCE)
   endif(OSX_FAT_BINARY)
 endif(APPLE)
 

Modified: vidalia/trunk/pkg/osx/build-bundle.txt
===================================================================
--- vidalia/trunk/pkg/osx/build-bundle.txt	2009-06-24 22:27:15 UTC (rev 3883)
+++ vidalia/trunk/pkg/osx/build-bundle.txt	2009-06-24 23:38:31 UTC (rev 3884)
@@ -64,7 +64,7 @@
 11. Configure Vidalia with the following:
 
       export MACOSX_DEPLOYMENT_TARGET=10.4
-      cmake -DOSX_FAT_BINARY=1 -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.4u.sdk  . 
+      cmake -DOSX_FAT_BINARY=1  . 
 
    The Vidalia binary on OS X links to Qt statically, so you will need to have
    your Qt installation configured appropriately.