diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-13 02:45:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-13 02:45:48 +0000 |
commit | 4d572635e304834c314f9743a408fed746409cb3 (patch) | |
tree | 05b01d578644fc8fa28c8aece184dd3dbd70e8b3 /print/pslib/files | |
parent | This is an update of the net/jabberd port to version 2.0.3 (vendor (diff) |
add pslib 0.2.2
A C-library for generating multi page PostScript documents
Notes
Notes:
svn path=/head/; revision=113521
Diffstat (limited to 'print/pslib/files')
-rw-r--r-- | print/pslib/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/pslib/files/patch-ltmain.sh b/print/pslib/files/patch-ltmain.sh new file mode 100644 index 000000000000..fff33dcc4295 --- /dev/null +++ b/print/pslib/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Wed Apr 7 00:45:05 2004 ++++ ltmain.sh Tue Jul 13 10:37:40 2004 +@@ -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" |