Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / perl5 / patches / patch-hints_cygwin.sh
blob5a8d0b129ab111a9a6943d89f9cb9f1b58241b99
1 $NetBSD$
3 * prevent to use C++ by default.
5 --- hints/cygwin.sh.orig 2013-03-04 15:16:22.000000000 +0000
6 +++ hints/cygwin.sh
7 @@ -39,7 +39,7 @@ archname='cygwin'
8 # - otherwise -fpic
9 cccdlflags=' '
10 lddlflags=' --shared'
11 -test -z "$ld" && ld='g++'
12 +test -z "$ld" && ld="$cc"
14 case "$osvers" in
15 # Configure gets these wrong if the IPC server isn't yet running: