From 257561329d0635256d48db6a044b51ce68691cd4 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 28 Jul 2006 03:38:04 +0000 Subject: Add crf++ 0.42, yet Another CRF toolkit. PR: ports/100909 Submitted by: Cheng-Lung Sung --- science/crf++/files/patch-ltmain.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 science/crf++/files/patch-ltmain.sh (limited to 'science/crf++/files') diff --git a/science/crf++/files/patch-ltmain.sh b/science/crf++/files/patch-ltmain.sh new file mode 100644 index 000000000000..a534781a892e --- /dev/null +++ b/science/crf++/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Sun Oct 30 11:54:15 2005 ++++ ltmain.sh Thu Jul 27 15:53:28 2006 +@@ -5550,10 +5550,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -- cgit v1.2.3