diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-07 14:38:30 +0000 |
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-07 14:38:30 +0000 |
| commit | 49e622551e9e395923783d9435af7a51d739b507 (patch) | |
| tree | 30392cc9eeed9a609f6136a130d4cff2636f345d /devel/libuninum/files/patch-ltmain.sh | |
| parent | Upgrade to Jungerl codebase (last commit on 04/10/2006). (diff) | |
This is a library for converting Unicode strings to numbers.
Standard functions like strtoul and strtod do this for numbers
written in the usual Western number system using the Indo-Arabic
numerals, but they do not handle other number systems.
The main functions take as input a UTF-32 Unicode string and
compute the corresponding unsigned integer.
WWW: http://billposer.org/Software/libuninum.html
Diffstat (limited to 'devel/libuninum/files/patch-ltmain.sh')
| -rw-r--r-- | devel/libuninum/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/libuninum/files/patch-ltmain.sh b/devel/libuninum/files/patch-ltmain.sh new file mode 100644 index 000000000000..8a01c629fef2 --- /dev/null +++ b/devel/libuninum/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Sun Jan 22 03:36:15 2006 ++++ ltmain.sh Sun Jan 7 22:28:13 2007 +@@ -5995,10 +5995,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" |
