diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-01 06:37:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-01 06:37:30 +0000 |
commit | 99b36d315de16525a187d3d13b327275150b69f8 (patch) | |
tree | c0728886fa2c8ac6a88d2cf8f304da848353ca28 /devel/gnome-vfs1/files/patch-ltmain.sh | |
parent | Update WWW. (diff) |
Update to 1.0.2.
Notes
Notes:
svn path=/head/; revision=48295
Diffstat (limited to 'devel/gnome-vfs1/files/patch-ltmain.sh')
-rw-r--r-- | devel/gnome-vfs1/files/patch-ltmain.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/gnome-vfs1/files/patch-ltmain.sh b/devel/gnome-vfs1/files/patch-ltmain.sh new file mode 100644 index 000000000000..33bc7983f107 --- /dev/null +++ b/devel/gnome-vfs1/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,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" |