SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
lang/python/2.7/patches/patch-Makefile_pre_in
Normal file
12
lang/python/2.7/patches/patch-Makefile_pre_in
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Makefile.pre.in
|
||||
--- Makefile.pre.in.orig
|
||||
+++ Makefile.pre.in
|
||||
@@ -1161,7 +1161,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdi
|
||||
$(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/PatternGrammar.txt
|
||||
|
||||
# Create the PLATDIR source directory, if one wasn't distributed..
|
||||
-$(srcdir)/Lib/$(PLATDIR):
|
||||
+$(srcdir)/Lib/$(PLATDIR): pybuilddir.txt
|
||||
mkdir $(srcdir)/Lib/$(PLATDIR)
|
||||
cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
|
||||
export PATH; PATH="`pwd`:$$PATH"; \
|
Loading…
Add table
Add a link
Reference in a new issue