diff options
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 6e865062b4ab..54c9d1f4c9b4 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -200,7 +200,7 @@ pre-patch: -e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' \ ${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config -.if ${PORT_OPTIONS:MFPECTL) && ${ARCH} == i386 +.if ${PORT_OPTIONS:MFPECTL} && ${ARCH} == i386 ${MKDIR} ${WRKSRC}/Modules ${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist .endif |