Commits

Roy Liu authored 679c9122893
apple-gcc40: change the behavior of the isysroot option; analogous to https://trac.macports.org/changeset/87123

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87124 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

lang/apple-gcc40/files/patch-c-incpath.c.diff

Added
1 +--- gcc/c-incpath.c.orig 2011-11-10 20:34:44.000000000 -0500
2 ++++ gcc/c-incpath.c 2011-11-10 20:34:44.000000000 -0500
3 +@@ -157,10 +157,7 @@
4 + char *str;
5 +
6 + /* Should this directory start with the sysroot? */
7 +- if (sysroot && p->add_sysroot)
8 +- str = concat (sysroot, p->fname, NULL);
9 +- else
10 +- str = update_path (p->fname, p->component);
11 ++ str = update_path (p->fname, p->component);
12 +
13 + add_path (str, SYSTEM, p->cxx_aware, false);
14 + }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut