From fbaac29a8784c843245ad50c534e41682c958b8f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Dec 2014 07:01:44 +0100 Subject: [PATCH] python-tkinter: unbreak x86: do not override --build. --- srcpkgs/python-tkinter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template index a1f28345544..003f3bb28d1 100644 --- a/srcpkgs/python-tkinter/template +++ b/srcpkgs/python-tkinter/template @@ -38,7 +38,7 @@ do_configure() { cd .. patch -Np0 -i ${FILESDIR}/Python-2.7.6-xcompile.patch fi - ./configure ${configure_args} --build=${XBPS_MACHINE}-unknown-linux-gnu \ + ./configure ${configure_args} \ --with-threads --enable-ipv6 --with-signal-module \ --with-system-ffi --enable-unicode=ucs4 --with-system-expat \ --with-wctype-functions --enable-shared \