summaryrefslogtreecommitdiff
path: root/lang/python27/files/patch-Makefile.pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python27/files/patch-Makefile.pre.in')
-rw-r--r--lang/python27/files/patch-Makefile.pre.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/python27/files/patch-Makefile.pre.in b/lang/python27/files/patch-Makefile.pre.in
new file mode 100644
index 000000000000..ff18787b8a2c
--- /dev/null
+++ b/lang/python27/files/patch-Makefile.pre.in
@@ -0,0 +1,14 @@
+--- ./Makefile.pre.in.orig 2013-04-06 18:02:34.000000000 +0400
++++ ./Makefile.pre.in 2013-04-07 22:30:19.000000000 +0400
+@@ -281,9 +281,9 @@
+
+ ##########################################################################
+ # AST
+-AST_H_DIR= Include
++AST_H_DIR= $(srcdir)/Include
+ AST_H= $(AST_H_DIR)/Python-ast.h
+-AST_C_DIR= Python
++AST_C_DIR= $(srcdir)/Python
+ AST_C= $(AST_C_DIR)/Python-ast.c
+ AST_ASDL= $(srcdir)/Parser/Python.asdl
+