diff options
author | perky <perky@FreeBSD.org> | 2006-10-10 05:31:20 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-10-10 05:31:20 +0000 |
commit | 913fcec230b60a8309c9fd417e14c6a944502566 (patch) | |
tree | 768f12da56852c876e5095aadf3e458cd6c611c0 /lang/python30 | |
parent | f607e00504432e2d7dbf0af5a2139b953df38fe2 (diff) | |
download | FreeBSD-ports-913fcec230b60a8309c9fd417e14c6a944502566.zip FreeBSD-ports-913fcec230b60a8309c9fd417e14c6a944502566.tar.gz |
Fix build with WITH_FPECTL=yes on i386.
PR: 104243
Submitted by: S Roberts <stacey@vickiandstacey.com>
Diffstat (limited to 'lang/python30')
-rw-r--r-- | lang/python30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 8831de9..04f73a1 100644 --- a/lang/python30/Makefile +++ b/lang/python30/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 |