summaryrefslogtreecommitdiff
path: root/math/itpp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-08-19 13:37:53 +0000
committerjoerg <joerg@pkgsrc.org>2014-08-19 13:37:53 +0000
commit7309280c7a46c052e14b86cca09ce3da0b46ebbc (patch)
tree081edd578c1be57b9ec88c074b426fad23d88322 /math/itpp
parent4aff39d9d60e939b0d3597d3c2fb771254870a5a (diff)
downloadpkgsrc-7309280c7a46c052e14b86cca09ce3da0b46ebbc.tar.gz
Don't strip library path for Fortran lib.
Diffstat (limited to 'math/itpp')
-rw-r--r--math/itpp/distinfo4
-rw-r--r--math/itpp/patches/patch-configure15
2 files changed, 14 insertions, 5 deletions
diff --git a/math/itpp/distinfo b/math/itpp/distinfo
index bfe3bcc325c..f6b811ffbac 100644
--- a/math/itpp/distinfo
+++ b/math/itpp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2013/10/28 23:46:55 joerg Exp $
+$NetBSD: distinfo,v 1.3 2014/08/19 13:37:53 joerg Exp $
SHA1 (itpp-4.0.7.tar.gz) = 224bc34cf30fc65f4c7a75a71971a074a9f4c57c
RMD160 (itpp-4.0.7.tar.gz) = 628bad6d3533ea3e486890fe315790f292c4b561
Size (itpp-4.0.7.tar.gz) = 1222834 bytes
-SHA1 (patch-configure) = 48140e4526312c75ef4bdb31ef8d02f89c79046c
+SHA1 (patch-configure) = 3a3bf439f54121778336e3268733073f94c3f842
diff --git a/math/itpp/patches/patch-configure b/math/itpp/patches/patch-configure
index 8a753d5b870..c1dcdbe9a39 100644
--- a/math/itpp/patches/patch-configure
+++ b/math/itpp/patches/patch-configure
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.1 2013/10/28 23:46:55 joerg Exp $
+$NetBSD: patch-configure,v 1.2 2014/08/19 13:37:53 joerg Exp $
---- configure.orig 2013-10-28 21:42:15.000000000 +0000
+--- configure.orig 2009-12-27 00:56:31.000000000 +0000
+++ configure
@@ -23433,7 +23433,12 @@ fi
@@ -12,7 +12,16 @@ $NetBSD: patch-configure,v 1.1 2013/10/28 23:46:55 joerg Exp $
+ shift
+ set X $ac_arg "$@"
+ ;;
-+ -[lLR]*|-Wl*)
++ -[lL]*|-Wl*)
ac_exists=false
for ac_i in $ac_cv_f77_libs; do
if test x"$ac_arg" = x"$ac_i"; then
+@@ -23489,8 +23494,6 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+
+- # Clean up -L/../.. paths from FLIBS
+- MY_FLIBS="`echo \"$FLIBS\" | sed 's/-L[^ ]* //g'`"
+ # Check for a Fortran name mangling scheme
+ ac_ext=f
+ ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'