diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-13 14:06:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-13 14:06:22 +0000 |
commit | 1834d7815d4b6edf46a8e26630cd293b074b0483 (patch) | |
tree | fc7e97acd71118d14a5f62d07961af006766e708 /lang/gcc46/patches | |
parent | 976c53ab8ec801abefe4ed43eec723dddb69245a (diff) | |
download | pkgsrc-1834d7815d4b6edf46a8e26630cd293b074b0483.tar.gz |
Update to 4.6.1, provided by Kai-Uwe Eckhardt.
Do not depend on libelf and binutils on Linux since the current pkgsrc
versions might effectively be downgrades and break stuff (this needs
a better solution, like e.g. updating them :) ).
Changes:
158 bugs fixed, see
http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.1
Diffstat (limited to 'lang/gcc46/patches')
-rw-r--r-- | lang/gcc46/patches/patch-al | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc46/patches/patch-al b/lang/gcc46/patches/patch-al index 25a8ca3ac8b..38ae443de3f 100644 --- a/lang/gcc46/patches/patch-al +++ b/lang/gcc46/patches/patch-al @@ -1,13 +1,13 @@ -$NetBSD: patch-al,v 1.1.1.1 2011/05/15 00:09:56 wiz Exp $ +$NetBSD: patch-al,v 1.2 2011/08/13 14:06:22 wiz Exp $ ---- libgfortran/configure.orig 2011-04-13 10:23:06.659661693 +0000 +--- libgfortran/configure.orig 2011-06-27 10:13:01.000000000 +0000 +++ libgfortran/configure -@@ -25687,7 +25687,7 @@ $as_echo "#define SUPPORTS_WEAK 1" >>con +@@ -25699,7 +25699,7 @@ $as_echo "#define SUPPORTS_WEAK 1" >>con fi case "$host" in -- *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* ) -+ *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* | *-*-netbsd*) +- *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* | alpha*-dec-osf* ) ++ *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* | alpha*-dec-osf* | *-*-netbsd* ) $as_echo "#define GTHREAD_USE_WEAK 0" >>confdefs.h |