summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-18 12:38:13 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-18 12:38:13 +0000
commit04ba5820adc6823210f4ff0d5d066c9ea1b165f2 (patch)
tree18a85794c46edb37ddba1636e78fdb29723fb2ba
parentb21d3736d77e8c65a6cb472cd97488e381d9791c (diff)
downloadpkgsrc-04ba5820adc6823210f4ff0d5d066c9ea1b165f2.tar.gz
Add one more header to the fixup list.
-rw-r--r--devel/py-typed-ast/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-typed-ast/Makefile b/devel/py-typed-ast/Makefile
index 8ff4f099c54..fb80b008173 100644
--- a/devel/py-typed-ast/Makefile
+++ b/devel/py-typed-ast/Makefile
@@ -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_MESSAGE.fix-incl= Make includes more specific to avoid conflicts.
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