diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-03 09:46:59 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-12-03 11:11:00 +0100 |
commit | 8701145ace04ae4441aba81f04a284ce4a004876 (patch) | |
tree | 67da0532b05133bf0117faea3fefc94f726a17fc /sys-devel/gcc-apple | |
parent | profiles: Unmask dev-db/qt5-sqlcipher again. (diff) | |
download | gentoo-8701145ace04ae4441aba81f04a284ce4a004876.tar.gz gentoo-8701145ace04ae4441aba81f04a284ce4a004876.tar.bz2 gentoo-8701145ace04ae4441aba81f04a284ce4a004876.zip |
sys-devel/gcc-apple: remove unused patch
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/gcc-apple')
-rw-r--r-- | sys-devel/gcc-apple/files/gcc-apple-4.2.1-prefix-search-dirs.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-devel/gcc-apple/files/gcc-apple-4.2.1-prefix-search-dirs.patch b/sys-devel/gcc-apple/files/gcc-apple-4.2.1-prefix-search-dirs.patch deleted file mode 100644 index 2cd947b4e82f..000000000000 --- a/sys-devel/gcc-apple/files/gcc-apple-4.2.1-prefix-search-dirs.patch +++ /dev/null @@ -1,27 +0,0 @@ -In Prefix we are really self-providing, so don't look back! -Patch by Heiko Przybyl - ---- gcc/gcc.c -+++ gcc/gcc.c -@@ -1525,8 +1525,8 @@ static const char *gcc_libexec_prefix; - #endif - - static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX; --static const char *const standard_exec_prefix_1 = "/usr/libexec/gcc/"; --static const char *const standard_exec_prefix_2 = "/usr/lib/gcc/"; -+static const char *const standard_exec_prefix_1 = "@GENTOO_PORTAGE_EPREFIX@/usr/libexec/gcc/"; -+static const char *const standard_exec_prefix_2 = "@GENTOO_PORTAGE_EPREFIX@/usr/lib/gcc/"; - static const char *md_exec_prefix = MD_EXEC_PREFIX; - - static const char *md_startfile_prefix = MD_STARTFILE_PREFIX; ---- gcc/config/darwin.h -+++ gcc/config/darwin.h -@@ -1286,7 +1286,7 @@ void add_framework_path (char *); - } \ - } while (0) - --#define SYSROOT_PRIORITY PREFIX_PRIORITY_FIRST -+#define SYSROOT_PRIORITY PREFIX_PRIORITY_LAST - /* APPLE LOCAL end isysroot 5083137 */ - - /* Every program on darwin links against libSystem which contains the pthread |