mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python-PyQt4: fix configure-ng.py --qmake syntax
This commit is contained in:
parent
d2d71b47f5
commit
79e3701175
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ do_build() {
|
||||||
for pyver in $py2_ver $py3_ver; do
|
for pyver in $py2_ver $py3_ver; do
|
||||||
cd $wrksrc/pyqt4-$pyver
|
cd $wrksrc/pyqt4-$pyver
|
||||||
python${pyver} configure-ng.py --confirm-license --assume-shared \
|
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}" \
|
CC="${CC}" CFLAGS="${CFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
|
||||||
LINK="${CXX}" LINK_SHLIB="${CXX}" LFLAGS="${LDFLAGS}" STRIP=""
|
LINK="${CXX}" LINK_SHLIB="${CXX}" LFLAGS="${LDFLAGS}" STRIP=""
|
||||||
find -name Makefile -exec sed -i "{}" \
|
find -name Makefile -exec sed -i "{}" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue