diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-30 04:22:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-30 04:22:19 +0000 |
commit | c624ceba60e6ca8d9eeb198a3161e281f7aa3273 (patch) | |
tree | e6b3fe40604318263ebbb338861a6fc4cd2f8a71 /databases/libdbi-drivers/files | |
parent | Add quack 0.22, enhanced Emacs support for editing and (diff) |
add libdbi-drivers 0.7.0
libdbi drivers
Notes
Notes:
svn path=/head/; revision=92618
Diffstat (limited to 'databases/libdbi-drivers/files')
-rw-r--r-- | databases/libdbi-drivers/files/patch-ltmain.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/libdbi-drivers/files/patch-ltmain.sh b/databases/libdbi-drivers/files/patch-ltmain.sh new file mode 100644 index 000000000000..5efb588c2fe1 --- /dev/null +++ b/databases/libdbi-drivers/files/patch-ltmain.sh @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Thu Oct 30 11:32:24 2003 ++++ ltmain.sh Thu Oct 30 11:32:37 2003 +@@ -3457,11 +3457,13 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + if test "$install_ltlibs" = yes; 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 + fi + + # Maybe install the static library, too. |