diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 16:43:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 16:43:09 +0000 |
commit | 2d56df646f59cd6f7e520f0539f244ae4c8d39b6 (patch) | |
tree | f5b0cce7ae5c8f802467d60cf466f1d6ee934ccf /x11/rxvt-devel/files/patch-autoconf::ltmain.sh | |
parent | Update to 20011006 with many improvements. (diff) |
o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
o don't install .*\.la files (based on an idea from sobomax)
Notes
Notes:
svn path=/head/; revision=48498
Diffstat (limited to 'x11/rxvt-devel/files/patch-autoconf::ltmain.sh')
-rw-r--r-- | x11/rxvt-devel/files/patch-autoconf::ltmain.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/rxvt-devel/files/patch-autoconf::ltmain.sh b/x11/rxvt-devel/files/patch-autoconf::ltmain.sh new file mode 100644 index 000000000000..d1a302dfb47d --- /dev/null +++ b/x11/rxvt-devel/files/patch-autoconf::ltmain.sh @@ -0,0 +1,14 @@ +--- autoconf/ltmain.sh.orig Sat Oct 6 11:24:55 2001 ++++ autoconf/ltmain.sh Sat Oct 6 11:29:53 2001 +@@ -4093,11 +4093,6 @@ + IFS="$save_ifs" + fi + +- # Install the pseudo-library for information purposes. +- 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 $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |