python/python-poppler-qt5: Direct setup.py to qt5 qmake-bin.
Otherwise build fails. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2b23111bc9
commit
460de1aec8
|
@ -82,6 +82,7 @@ find -L . \
|
|||
patch -p1 < $CWD/92e5962ec3751ab051d0b655fd61afc7a1cf709e.patch
|
||||
|
||||
#sed -i "s|self.sip_bin\ =\ None|self.sip_bin = '/usr/bin/sip3'|" setup.py
|
||||
sed -i "s|qmake_bin = .qmake.|qmake_bin = 'qmake-qt5'|" setup.py
|
||||
|
||||
python3 setup.py install --root $PKG
|
||||
|
||||
|
|
Loading…
Reference in New Issue