diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-06 16:43:09 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-06 16:43:09 +0000 |
commit | ff4c43debf66182b6211f8d4cf6f9ab70a00881a (patch) | |
tree | bf58134ceb203a063c3db5f3cde7c161f12320e0 /x11/rxvt-devel/files | |
parent | bfe75da1d2e5fda3432d89d6f94ab8702b6f6f23 (diff) | |
download | FreeBSD-ports-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.zip FreeBSD-ports-ff4c43debf66182b6211f8d4cf6f9ab70a00881a.tar.gz |
o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
o don't install .*\.la files (based on an idea from sobomax)
Diffstat (limited to 'x11/rxvt-devel/files')
-rw-r--r-- | x11/rxvt-devel/files/patch-autoconf::ltmain.sh | 14 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-configure | 11 |
2 files changed, 14 insertions, 11 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 0000000..d1a302d --- /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" diff --git a/x11/rxvt-devel/files/patch-configure b/x11/rxvt-devel/files/patch-configure deleted file mode 100644 index 94b2a67..0000000 --- a/x11/rxvt-devel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat May 26 10:21:04 2001 -+++ configure Sat May 26 10:21:12 2001 -@@ -4964,7 +4964,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool' - - # Prevent multiple expansion - |