diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 08:56:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 08:56:27 +0000 |
commit | 0e1e80a913a3b2740c5244b6fcfeb648c4fd8253 (patch) | |
tree | 805c2b9f93fabf76fee3f947d381834ff5778483 /databases/libgda2 | |
parent | 959d2ed986fadd93635ca155896189cf7b368558 (diff) | |
download | ports-0e1e80a913a3b2740c5244b6fcfeb648c4fd8253.tar.gz ports-0e1e80a913a3b2740c5244b6fcfeb648c4fd8253.zip |
Notes
Diffstat (limited to 'databases/libgda2')
-rw-r--r-- | databases/libgda2/files/patch-ltmain.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/libgda2/files/patch-ltmain.sh b/databases/libgda2/files/patch-ltmain.sh new file mode 100644 index 000000000000..e8182f3e6d81 --- /dev/null +++ b/databases/libgda2/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/20 07:26:57 1.1 ++++ ltmain.sh 2001/08/20 07:27:31 +@@ -4673,10 +4673,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if 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" |