# HG changeset patch # User Christopher Rogers # Date 1306027403 0 # Node ID eab0042ff7594a06fa66a58e9d0e4c7e352760ed # Parent 740935c9ec0c25f667a4ba1497c79ba2914f8c39 pygtk: Add $CONFIGURE_ARGS. diff -r 740935c9ec0c -r eab0042ff759 pygtk/receipt --- a/pygtk/receipt Sun May 22 01:20:15 2011 +0000 +++ b/pygtk/receipt Sun May 22 01:23:23 2011 +0000 @@ -22,7 +22,7 @@ cd $src #https://bugzilla.gnome.org/show_bug.cgi?id=623965 patch -Np1 -i $stuff/python27.patch - ./configure --disable-docs && + ./configure --disable-docs $CONFIGURE_ARGS && make -j 4 && make install }