Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / gcc47 / patches / patch-libgfortran_configure
blob9734b7372c891d4fa7fdb5911ac89683ab750db9
1 $NetBSD$
3 "#pragma weak" shouldn't be used on NetBSD.
5 --- libgfortran/configure.orig  2012-03-22 07:37:39.000000000 +0000
6 +++ libgfortran/configure
7 @@ -25564,7 +25564,7 @@ $as_echo "#define SUPPORTS_WEAK 1" >>con
8  
9    fi
10    case "$host" in
11 -    *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* | alpha*-dec-osf* )
12 +    *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* | alpha*-dec-osf* | *-*-netbsd* )
14  $as_echo "#define GTHREAD_USE_WEAK 0" >>confdefs.h