diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-28 03:38:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-28 03:38:04 +0000 |
commit | 257561329d0635256d48db6a044b51ce68691cd4 (patch) | |
tree | 85c7bd3a37156d2e50a1eca6709d51adda46399b /science/crf++/files | |
parent | Add ghmm 0.7.0a, general Hidden Markov Model Library in C. (diff) |
Add crf++ 0.42, yet Another CRF toolkit.
PR: ports/100909
Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=168927
Diffstat (limited to 'science/crf++/files')
-rw-r--r-- | science/crf++/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
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" |