From 913fcec230b60a8309c9fd417e14c6a944502566 Mon Sep 17 00:00:00 2001 From: perky Date: Tue, 10 Oct 2006 05:31:20 +0000 Subject: Fix build with WITH_FPECTL=yes on i386. PR: 104243 Submitted by: S Roberts --- lang/python26/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/python26') diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 8831de9..04f73a1 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -149,6 +149,7 @@ pre-patch: ${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config .if defined(WITH_FPECTL) && ${ARCH} == i386 + ${MKDIR} ${WRKSRC}/Modules ${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist .endif -- cgit v1.1