mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
dba55a2a19
The library "libotf" provides the following facilites: o Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. o Convert a Unicode character sequence to a glyph code sequence by using the above tables. PR: ports/66816 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
16 lines
502 B
Bash
16 lines
502 B
Bash
--- ltmain.sh.orig Wed May 19 11:37:50 2004
|
|
+++ ltmain.sh Wed May 19 11:38:28 2004
|
|
@@ -4247,10 +4247,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"
|