From 6bc1d36e4993a7e81cab17912498c2cceb5f7bb0 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 19 Aug 2014 13:37:53 +0000 Subject: Don't strip library path for Fortran lib. --- math/itpp/distinfo | 4 ++-- math/itpp/patches/patch-configure | 15 ++++++++++++--- 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' -- cgit v1.2.3