diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-15 17:15:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-15 17:15:16 +0000 |
commit | 59fc8fdeb303f923986bef2ee98492354b79f58a (patch) | |
tree | 6dbe98b47de87753c3773b89ba42b1ec118cb4f5 /net/libcares/Makefile | |
parent | 78ac66e2ad7a9dff19a817a354233261b748f1b1 (diff) | |
download | pkgsrc-59fc8fdeb303f923986bef2ee98492354b79f58a.tar.gz |
Do not prescribe what should be in CFLAGS/CPPFLAGS.
While here, remove patch that does nothing since autoreconf is used.
Diffstat (limited to 'net/libcares/Makefile')
-rw-r--r-- | net/libcares/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libcares/Makefile b/net/libcares/Makefile index 7bcdeb458c6..a00a48cdcce 100644 --- a/net/libcares/Makefile +++ b/net/libcares/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/07/01 12:06:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2017/07/15 17:15:16 wiz Exp $ DISTNAME= c-ares-1.13.0 PKGNAME= ${DISTNAME:S/c-/libc/1} @@ -17,6 +17,7 @@ USE_TOOLS+= automake PKGCONFIG_OVERRIDE+= libcares.pc.in pre-configure: + ${RM} -f ${WRKSRC}/m4/xc-val-flgs.m4 cd ${WRKSRC} && autoreconf -fiv .include "../../mk/bsd.pkg.mk" |