pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-typed-ast Add one more header to the fixup list.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aca68f2bdc1
branches:  trunk
changeset: 419430:4aca68f2bdc1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 18 12:38:13 2019 +0000

description:
Add one more header to the fixup list.

diffstat:

 devel/py-typed-ast/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a5974efca249 -r 4aca68f2bdc1 devel/py-typed-ast/Makefile
--- a/devel/py-typed-ast/Makefile       Wed Dec 18 12:36:51 2019 +0000
+++ b/devel/py-typed-ast/Makefile       Wed Dec 18 12:38:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/06/07 07:29:48 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/12/18 12:38:13 joerg Exp $
 
 DISTNAME=      typed_ast-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -18,7 +18,7 @@
 SUBST_FILES.fix-incl=  ast27/*/*.[ch]
 SUBST_FILES.fix-incl+= ast3/*/*.[ch]
 .for f in Python-ast.h asdl.h ast.h bitset.h compile.h compile-ast3.h \
-       errcode.h graminit.h grammar.h node.h parsetok.h token.h
+       errcode.h graminit.h grammar.h node.h parsetok.h pgenheaders.h token.h
 SUBST_SED.fix-incl+=   -e 's,^\#include "${f}",\#include "Include/${f}",'
 .endfor
 



Home | Main Index | Thread Index | Old Index