[40057] trunk/base

toby at macports.org toby at macports.org
Thu Sep 18 19:49:57 PDT 2008


Revision: 40057
          http://trac.macports.org/changeset/40057
Author:   toby at macports.org
Date:     2008-09-18 19:49:56 -0700 (Thu, 18 Sep 2008)
Log Message:
-----------
-framework Foundation is meaningless when compiling, don't include in CFLAGS

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/m4/foundation.m4

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2008-09-19 02:42:46 UTC (rev 40056)
+++ trunk/base/configure	2008-09-19 02:49:56 UTC (rev 40057)
@@ -6061,7 +6061,7 @@
 echo $ECHO_N "checking for Apple Foundation library... $ECHO_C" >&6; }
 
 		# Set NeXT LIBS and CFLAGS
-		APPLE_FOUNDATION_CFLAGS="-framework Foundation"
+		APPLE_FOUNDATION_CFLAGS=""
 		APPLE_FOUNDATION_LIBS="-framework Foundation"
 
 		if test "${ac_cv_objc_foundation_apple+set}" = set; then

Modified: trunk/base/m4/foundation.m4
===================================================================
--- trunk/base/m4/foundation.m4	2008-09-19 02:42:46 UTC (rev 40056)
+++ trunk/base/m4/foundation.m4	2008-09-19 02:49:56 UTC (rev 40057)
@@ -307,7 +307,7 @@
 		AC_MSG_CHECKING([for Apple Foundation library])
 
 		# Set NeXT LIBS and CFLAGS
-		APPLE_FOUNDATION_CFLAGS="-framework Foundation"
+		APPLE_FOUNDATION_CFLAGS=""
 		APPLE_FOUNDATION_LIBS="-framework Foundation"
 
 		AC_CACHE_VAL(ac_cv_objc_foundation_apple, [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080918/ee7f4f3d/attachment.html 


More information about the macports-changes mailing list