diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-26 13:32:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-26 13:32:07 +0000 |
commit | 08e6306b25a696493025b5136f339c3736ffcf4c (patch) | |
tree | 65317ba35f927be187fb64122d953f805b860b8b /x11/rxvt-devel/files/patch-configure | |
parent | - Remove extra spaces at end of lines (diff) |
- Update port to version 2.7.6
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
outdated, it will have a good chance of fetching the distfiles
Notes
Notes:
svn path=/head/; revision=43085
Diffstat (limited to 'x11/rxvt-devel/files/patch-configure')
-rw-r--r-- | x11/rxvt-devel/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/rxvt-devel/files/patch-configure b/x11/rxvt-devel/files/patch-configure new file mode 100644 index 000000000000..94b2a67503e9 --- /dev/null +++ b/x11/rxvt-devel/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 + |