[120039] branches/release_2_3/base

cal at macports.org cal at macports.org
Wed May 14 05:45:33 PDT 2014


Revision: 120039
          https://trac.macports.org/changeset/120039
Author:   cal at macports.org
Date:     2014-05-14 05:45:33 -0700 (Wed, 14 May 2014)
Log Message:
-----------
Merge r119987 from trunk

 base: Remove objc/objc-api.h from GNU Obj-C runtime configure check, since that causes configure to fail on Linux with GCC >= 4.7
 See http://gcc.gnu.org/onlinedocs/gcc/Traditional-GNU-Objective-C-runtime-API.html.

Revision Links:
--------------
    https://trac.macports.org/changeset/119987

Modified Paths:
--------------
    branches/release_2_3/base/m4/foundation.m4

Property Changed:
----------------
    branches/release_2_3/base/


Property changes on: branches/release_2_3/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/gsoc11-statistics/base:79520,79666
/branches/gsoc13-tests:106692-111324
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:118038-118039,118056,118161,118559,118562-118569,118598-118599,118602-118603,118606-118607,118640,119169,119171,119175,119204,119297
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/gsoc11-statistics/base:79520,79666
/branches/gsoc13-tests:106692-111324
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:118038-118039,118056,118161,118559,118562-118569,118598-118599,118602-118603,118606-118607,118640,119169,119171,119175,119204,119297,119987
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_2_3/base/m4/foundation.m4
===================================================================
--- branches/release_2_3/base/m4/foundation.m4	2014-05-14 12:41:09 UTC (rev 120038)
+++ branches/release_2_3/base/m4/foundation.m4	2014-05-14 12:45:33 UTC (rev 120039)
@@ -208,7 +208,6 @@
 			AC_LINK_IFELSE([
 					AC_LANG_PROGRAM([
 							#include <objc/objc.h>
-							#include <objc/objc-api.h>
 						], [
 							id class = objc_lookup_class("Object");
 							id obj = @<:@class alloc@:>@;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140514/6b5ff175/attachment.html>


More information about the macports-changes mailing list