diff options
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 + |