pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl58 fix hints to not append CFLAGS to LDFLAGS ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f10e49a3af9
branches:  trunk
changeset: 484209:1f10e49a3af9
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Nov 26 03:29:43 2004 +0000

description:
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:

 lang/perl58/distinfo         |   3 ++-
 lang/perl58/patches/patch-ch |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 9b19542d5965 -r 1f10e49a3af9 lang/perl58/distinfo
--- a/lang/perl58/distinfo      Fri Nov 26 03:00:24 2004 +0000
+++ b/lang/perl58/distinfo      Fri Nov 26 03:29:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2004/11/23 17:32:36 jlam Exp $
+$NetBSD: distinfo,v 1.22 2004/11/26 03:29:43 grant Exp $
 
 SHA1 (perl-5.8.5.tar.bz2) = 6fec546bd96070c3c14b5b5fd2cd9af3185905fe
 Size (perl-5.8.5.tar.bz2) = 9464689 bytes
@@ -13,4 +13,5 @@
 SHA1 (patch-ce) = c7d2defd2cfa872c1f6651678bc3de6cd7aeaf34
 SHA1 (patch-cf) = 23cf46c8d683b688878433ec9b33f3c65528cd28
 SHA1 (patch-cg) = e1b56aaa40934f78298d1fd9303fbae33c472d8e
+SHA1 (patch-ch) = 6cfd77bba102a4bca82576f061ba60c1610c4d07
 SHA1 (patch-zc) = eb81edd1144ec46285898afc641c03a3aad54977
diff -r 9b19542d5965 -r 1f10e49a3af9 lang/perl58/patches/patch-ch
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/perl58/patches/patch-ch      Fri Nov 26 03:29:43 2004 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index