aboutsummaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-10-27 15:22:09 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-10-27 15:22:09 +0000
commit2fbda21282c916a30e2015512c4eca5d89d84bc1 (patch)
tree8b3a7927d3ebb0799de1efbc3f6fcbbf81a3ce7d /lang/python27
parent9b48f272d8313778f1b1b2d2d31ee4abf838b8ab (diff)
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 4730839f8665..fc0bc78e91ee 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -24,6 +24,7 @@ CONFIGURE_ENV= OPT="${CFLAGS}" SVNVERSION="echo freebsd"
MAKE_ENV= VPATH="${PYTHON_WRKSRC}"
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
+WITH_FBSD10_FIX= yes
INSTALL_TARGET= altinstall
MAN1= ${PYTHON_VERSION}.1
@@ -195,14 +196,6 @@ post-patch:
${PATCH_WRKSRC}/setup.py
.endif
-pre-configure:
- @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1\.\*)|' \
- -e 's|freebsd2\*)|freebsd2\.\*)|' \
- -e 's|freebsd\[123\]\*)|freebsd\[123\]\.\*)|' \
- -e 's|freebsd\[\[123\]\]\*)|freebsd\[\[123\]\]\.\*)|' \
- ${PATCH_WRKSRC}/Modules/_ctypes/libffi/m4/libtool.m4 \
- ${PATCH_WRKSRC}/Modules/_ctypes/libffi/configure
-
post-configure:
${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${SHARED_WRKSRC} -xf -
${LN} -sf ${PYTHON_WRKSRC}/Lib ${WRKSRC}/Lib