diff options
Diffstat (limited to 'lang/python32/Makefile')
-rw-r--r-- | lang/python32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 8831de95431e..04f73a152081 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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 |