pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libcares
Module Name: pkgsrc
Committed By: jperkin
Date: Sat Jul 1 12:06:47 UTC 2017
Modified Files:
pkgsrc/net/libcares: Makefile
Log Message:
Use autoreconf to avoid automake issues.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/libcares/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libcares/Makefile
diff -u pkgsrc/net/libcares/Makefile:1.20 pkgsrc/net/libcares/Makefile:1.21
--- pkgsrc/net/libcares/Makefile:1.20 Tue Jun 20 07:48:50 2017
+++ pkgsrc/net/libcares/Makefile Sat Jul 1 12:06:47 2017
@@ -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 @@ USE_TOOLS+= automake
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