diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-10 05:31:20 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-10 05:31:20 +0000 |
commit | e8b7ef58d829db5cb75308857a123e677b6288c8 (patch) | |
tree | 026f363037b652952418b38989a0187d05782b7f /lang/python27 | |
parent | b962a3df046a19c96f9f37f392ed503a8926e4d0 (diff) | |
download | ports-e8b7ef58d829db5cb75308857a123e677b6288c8.tar.gz ports-e8b7ef58d829db5cb75308857a123e677b6288c8.zip |
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 8831de95431e..04f73a152081 100644 --- a/lang/python27/Makefile +++ b/lang/python27/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 |