diff options
author | joerg <joerg> | 2013-11-04 16:40:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-11-04 16:40:37 +0000 |
commit | 7a0bbf15fe7415bc7d697fd4c716b84be90f327e (patch) | |
tree | be0df7a321841933394106670669ec42b891dffa /math | |
parent | 4e94e3f6e47c5e82b6f37cacf6d2b56620bb6fe5 (diff) | |
download | pkgsrc-7a0bbf15fe7415bc7d697fd4c716b84be90f327e.tar.gz |
Use -Wl for rpath options extracted from Fortran linker.
Diffstat (limited to 'math')
-rw-r--r-- | math/harminv/distinfo | 3 | ||||
-rw-r--r-- | math/harminv/patches/patch-configure | 18 |
2 files changed, 20 insertions, 1 deletions
diff --git a/math/harminv/distinfo b/math/harminv/distinfo index d2c565af86e..d1934471a8e 100644 --- a/math/harminv/distinfo +++ b/math/harminv/distinfo @@ -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 --git a/math/harminv/patches/patch-configure b/math/harminv/patches/patch-configure new file mode 100644 index 00000000000..41df2f2ac45 --- /dev/null +++ b/math/harminv/patches/patch-configure @@ -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 |