pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libcares Use autoreconf to avoid automake issues.
details: https://anonhg.NetBSD.org/pkgsrc/rev/89fc61e67d72
branches: trunk
changeset: 364604:89fc61e67d72
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sat Jul 01 12:06:47 2017 +0000
description:
Use autoreconf to avoid automake issues.
diffstat:
net/libcares/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r c6b972157709 -r 89fc61e67d72 net/libcares/Makefile
--- a/net/libcares/Makefile Sat Jul 01 11:01:44 2017 +0000
+++ b/net/libcares/Makefile Sat Jul 01 12:06:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/06/20 07:48:50 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2017/07/01 12:06:47 jperkin Exp $
DISTNAME= c-ares-1.13.0
PKGNAME= ${DISTNAME:S/c-/libc/1}
@@ -17,6 +17,6 @@
PKGCONFIG_OVERRIDE+= libcares.pc.in
pre-configure:
- cd ${WRKSRC} && automake
+ cd ${WRKSRC} && autoreconf -fiv
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index