diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-20 16:56:27 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-20 16:56:27 +0800 |
commit | eda60dbddbb1e1213e4d881aade06aaf7c08b310 (patch) | |
tree | b50eff3d93d90675ecccddd10f11a1a6e929a79e /databases/libgda | |
parent | c1081042dfcfd6bd22ebe3291d593597cc722f4e (diff) | |
download | freebsd-ports-gnome-eda60dbddbb1e1213e4d881aade06aaf7c08b310.tar.gz freebsd-ports-gnome-eda60dbddbb1e1213e4d881aade06aaf7c08b310.tar.zst freebsd-ports-gnome-eda60dbddbb1e1213e4d881aade06aaf7c08b310.zip |
Forgot to `cvs add' this file.
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/files/patch-ltmain.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/libgda/files/patch-ltmain.sh b/databases/libgda/files/patch-ltmain.sh new file mode 100644 index 000000000000..e8182f3e6d81 --- /dev/null +++ b/databases/libgda/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" |