From d2d71b47f5c74b37c436e154c1aeccb8f5bf28a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 16 Dec 2017 13:12:24 +0100 Subject: [PATCH] python-PyQt4: add --qmake argument --- srcpkgs/python-PyQt4/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python-PyQt4/template b/srcpkgs/python-PyQt4/template index a4021cf702c..1a453406e66 100644 --- a/srcpkgs/python-PyQt4/template +++ b/srcpkgs/python-PyQt4/template @@ -30,6 +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 \ CC="${CC}" CFLAGS="${CFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ LINK="${CXX}" LINK_SHLIB="${CXX}" LFLAGS="${LDFLAGS}" STRIP="" find -name Makefile -exec sed -i "{}" \