mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
kdiff3: fix cross build from 64 to 32
This commit is contained in:
parent
1566cbe2cc
commit
2fde3f05a4
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=kdiff3
|
|||
version=1.12.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
|
||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="extra-cmake-modules gettext kf6-kcoreaddons kf6-kdoctools
|
||||
kf6-kconfig qt6-base"
|
||||
makedepends="qt6-base-devel boost-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue