summaryrefslogtreecommitdiff
path: root/devel/readline/patches
diff options
context:
space:
mode:
authortv <tv>2004-08-20 17:32:50 +0000
committertv <tv>2004-08-20 17:32:50 +0000
commitc34938fd306891f97c81c8aad6696490f716a6ad (patch)
tree1a3cf627d09f2e29ded4604c9337faed9ff74f02 /devel/readline/patches
parent940c645dcd3299455f3d72d47b6cb8f735209676 (diff)
downloadpkgsrc-c34938fd306891f97c81c8aad6696490f716a6ad.tar.gz
Use ${BSD_INSTALL_LIB} so the library is installed +x. (Bump PKGREVISION;
this can be un-bumped if the patchlevel goes up again.)
Diffstat (limited to 'devel/readline/patches')
-rw-r--r--devel/readline/patches/patch-ae6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/readline/patches/patch-ae b/devel/readline/patches/patch-ae
index 1053138561a..3dcabbe2442 100644
--- a/devel/readline/patches/patch-ae
+++ b/devel/readline/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.9 2004/04/26 08:01:20 jlam Exp $
+$NetBSD: patch-ae,v 1.10 2004/08/20 17:32:50 tv Exp $
--- Makefile.in.orig Thu Jan 24 16:15:24 2002
+++ Makefile.in
@@ -70,8 +70,8 @@ $NetBSD: patch-ae,v 1.9 2004/04/26 08:01:20 jlam Exp $
$(MAKE) $(MFLAGS) CCFLAGS='$(GCC_LINT_CFLAGS)' static
+
+install-la: installdirs $(LIBTOOL_LIBS) install-headers
-+ ${LIBTOOL} --mode=install ${INSTALL_DATA} libreadline.la $(libdir)
-+ ${LIBTOOL} --mode=install ${INSTALL_DATA} libhistory.la $(libdir)
++ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libreadline.la $(libdir)
++ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libhistory.la $(libdir)
+ -( if test -d doc ; then \
+ cd doc && \
+ ${MAKE} ${MFLAGS} infodir=$(infodir) install; \