pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/harminv Use -Wl for rpath options extracted from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a747492f8167
branches: trunk
changeset: 626210:a747492f8167
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Nov 04 16:40:37 2013 +0000
description:
Use -Wl for rpath options extracted from Fortran linker.
diffstat:
math/harminv/distinfo | 3 ++-
math/harminv/patches/patch-configure | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r d31ac16cc885 -r a747492f8167 math/harminv/distinfo
--- a/math/harminv/distinfo Mon Nov 04 16:40:09 2013 +0000
+++ b/math/harminv/distinfo Mon Nov 04 16:40:37 2013 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2012/10/15 18:57:29 asau Exp $
+$NetBSD: distinfo,v 1.2 2013/11/04 16:40:37 joerg Exp $
SHA1 (harminv-1.3.1.tar.gz) = ef75161233df92393110b783d2945b5915c8291a
RMD160 (harminv-1.3.1.tar.gz) = 340de65da54b197f70adec43ecd2907a757d6d35
Size (harminv-1.3.1.tar.gz) = 327832 bytes
+SHA1 (patch-configure) = cca3896b61c4ec41efbbdc49daa67a659887a8e6
diff -r d31ac16cc885 -r a747492f8167 math/harminv/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/harminv/patches/patch-configure Mon Nov 04 16:40:37 2013 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-configure,v 1.1 2013/11/04 16:40:37 joerg Exp $
+
+--- configure.orig 2006-07-05 01:39:25.000000000 +0000
++++ configure
+@@ -3721,7 +3721,12 @@ fi
+
+ done
+ ;;
+- -[lLR]*)
++ -R*)
++ ac_arg="-Wl,$ac_arg"
++ shift
++ set X $ac_arg "$@"
++ ;;
++ -[lLR]*|-Wl*)
+ ac_exists=false
+ for ac_i in $ac_cv_f77_libs; do
+ if test x"$ac_arg" = x"$ac_i"; then
Home |
Main Index |
Thread Index |
Old Index