From 79e37011751ea97c24a7b05cf07c4cea42a1aa20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 16 Dec 2017 13:14:38 +0100 Subject: [PATCH] python-PyQt4: fix configure-ng.py --qmake syntax --- srcpkgs/python-PyQt4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-PyQt4/template b/srcpkgs/python-PyQt4/template index 1a453406e66..1cffe4b08cd 100644 --- a/srcpkgs/python-PyQt4/template +++ b/srcpkgs/python-PyQt4/template @@ -30,7 +30,7 @@ do_build() { for pyver in $py2_ver $py3_ver; do cd $wrksrc/pyqt4-$pyver python${pyver} configure-ng.py --confirm-license --assume-shared \ - --qmake /usr/lib/qt/bin/qmake \ + --qmake=/usr/lib/qt/bin/qmake \ CC="${CC}" CFLAGS="${CFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ LINK="${CXX}" LINK_SHLIB="${CXX}" LFLAGS="${LDFLAGS}" STRIP="" find -name Makefile -exec sed -i "{}" \