mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
python_pyqt: fix path to sip.
This commit is contained in:
@@ -5,7 +5,7 @@ simplicity of Python."
|
||||
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/"
|
||||
COPYRIGHT="2015 Riverbank Computing Limited"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$portVersion/PyQt-gpl-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0a70ef94fbffcf674b0dde024aae2a2a7a3f5a8c42806109ff7df2c941bd8386"
|
||||
SOURCE_DIR="PyQt-gpl-$portVersion"
|
||||
@@ -58,7 +58,7 @@ BUILD()
|
||||
--bindir=$binDir \
|
||||
--destdir=$installLocation \
|
||||
--sipdir=$dataDir \
|
||||
--sip=$portPackageLinksDir/cmd~sip/bin/sip \
|
||||
--sip=$portPackageLinksDir/python_sip/bin/sip \
|
||||
#--verbose \
|
||||
#--sipdir=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user