summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-02-24 23:50:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-02-24 23:50:26 +0000
commita24db69934acb65d89185fe51fa0451754336260 (patch)
treea51fdd909a0e98076baa20dfd1dae86d05399ce6 /lang/python26
parent- Add missing patches from prev commit (diff)
Changes to make python ports work on powerpc (32-bit mode; 64-bit not
yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast
Notes
Notes: svn path=/head/; revision=269608
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 1aa95f034409..8a69947b1d68 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -115,11 +115,6 @@ CONFIGURE_ARGS+= --enable-unicode=ucs4
CONFIGURE_ARGS+= --without-pymalloc
.endif
-.if ${ARCH} == i386
-PLIST_SUB+= X86_ONLY=""
-.else
-PLIST_SUB+= X86_ONLY="@comment "
-.endif
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha
PLIST_SUB+= 32BIT_ONLY="@comment "
.else