diff options
author | grant <grant@pkgsrc.org> | 2004-11-26 03:29:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-26 03:29:43 +0000 |
commit | e1dfb8ff6bf9ea4f628f76a7e894e86330d91e54 (patch) | |
tree | c74ba11d85eb0478e764a7ae462809013bb8c017 /lang/perl58/patches/patch-ch | |
parent | ce3f97b96c6093f04841f0e1a07d6ac450a154ef (diff) | |
download | pkgsrc-e1dfb8ff6bf9ea4f628f76a7e894e86330d91e54.tar.gz |
fix hints to not append CFLAGS to LDFLAGS on OSF1 when calling the
linker because the it does not understand all the compiler flags.
fixes build on OSF1.
Diffstat (limited to 'lang/perl58/patches/patch-ch')
-rw-r--r-- | lang/perl58/patches/patch-ch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl58/patches/patch-ch b/lang/perl58/patches/patch-ch new file mode 100644 index 00000000000..0e7c77fedc7 --- /dev/null +++ b/lang/perl58/patches/patch-ch @@ -0,0 +1,13 @@ +$NetBSD: patch-ch,v 1.1 2004/11/26 03:29:44 grant Exp $ + +--- hints/dec_osf.sh.orig 2004-05-14 03:44:00.000000000 +0200 ++++ hints/dec_osf.sh +@@ -243,7 +243,7 @@ case "`uname -r`" in + # fixed in 4.0E or better. + ;; + *) +- lddlflags="$lddlflags $optimize" ++ lddlflags="$lddlflags" + ;; + esac + # -msym: If using a sufficiently recent /sbin/loader, |