[asterisk-commits] oej: branch 10 r336504 - /branches/10/Makefile
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Sep 19 08:48:50 CDT 2011
    
    
  
Author: oej
Date: Mon Sep 19 08:48:48 2011
New Revision: 336504
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=336504
Log:
Revert accidental change
Modified:
    branches/10/Makefile
Modified: branches/10/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/10/Makefile?view=diff&rev=336504&r1=336503&r2=336504
==============================================================================
--- branches/10/Makefile (original)
+++ branches/10/Makefile Mon Sep 19 08:48:48 2011
@@ -286,7 +286,7 @@
 ifneq ($(findstring darwin,$(OSARCH)),)
   _ASTCFLAGS+=-D__Darwin__
   SOLINK=-bundle -Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace
-  ifeq ($(shell /usr/bin/sw_vers -productVersion | cut -c1-4),10.7)
+  ifeq ($(shell /usr/bin/sw_vers -productVersion | cut -c1-4),10.6)
     SOLINK+=/usr/lib/bundle1.o
   endif
   _ASTLDFLAGS+=-L/usr/local/lib
    
    
More information about the asterisk-commits
mailing list