view patches/python-2.6.4-include-pc.patch @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents bcdf1543fa40
children
line wrap: on
line source

--- python-2-6-2.6.4/Makefile.pre.in~	2009-11-14 18:26:49.785296707 +0100
+++ python-2-6-2.6.4/Makefile.pre.in	2009-11-14 18:30:15.674047010 +0100
@@ -63,7 +63,7 @@ CFLAGS=		$(BASECFLAGS) $(OPT) $(EXTRA_CF
 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
 # be able to build extension modules using the directories specified in the
 # environment variables
-CPPFLAGS=	-I. -IInclude -I$(srcdir)/Include @CPPFLAGS@
+CPPFLAGS=	-I. -IInclude -I$(srcdir)/Include -I$(srcdir)/PC @CPPFLAGS@
 LDFLAGS=	@LDFLAGS@
 LDLAST=		@LDLAST@
 SGI_ABI=	@SGI_ABI@