From f1ddff4b927c60eafa34d12dec5555ba8be5790f Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sat, 8 Sep 2012 11:48:59 +0000 Subject: - fix PORT_OPTIONS s/)/}/ --- lang/python27/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python27') 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 -- cgit v1.2.3