mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
psi_plus: use native DNS resolver from Qt
It was recently improved in Haiku port of Qt: https://github.com/haikuports/haikuports/blob/53f29b56/dev-qt/qt5/patches/qt5-5.12.3.patchset#L343
This commit is contained in:
committed by
Gerasim Troeglazov
parent
53f29b565f
commit
7bda64c1f1
@@ -3,7 +3,7 @@ DESCRIPTION="Psi is a cross-platform powerful XMPP client designed for experienc
|
||||
HOMEPAGE="https://psi-plus.com/"
|
||||
COPYRIGHT="2005-2019, Psi+ Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e2311ceed559b4ef54d555e9147532eb65a54ab008269f443ead3ef4b54fd165"
|
||||
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
||||
@@ -98,7 +98,7 @@ BUILD()
|
||||
-DBUNDLED_IRIS=ON \
|
||||
-DUSE_HUNSPELL=ON \
|
||||
-DONLY_PLUGINS=OFF \
|
||||
-DUSE_QJDNS=ON \
|
||||
-DUSE_QJDNS=OFF \
|
||||
-DBUILD_PLUGINS="ALL"
|
||||
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user