This commit is contained in:
Christoph Reiter
2025-07-21 08:27:07 +02:00
parent ad279c7ea3
commit 8063c4dfa1

View File

@@ -5,7 +5,7 @@ _realname=gdl
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=3.40.0
pkgrel=3
pkgrel=4
pkgdesc="GNOME Docking Library (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -33,6 +33,8 @@ build() {
mkdir -p docs/reference/html
cp -rf ../${_realname}-${pkgver}/docs/reference/html/* docs/reference/html
CFLAGS+=" -Wno-incompatible-pointer-types"
INTLTOOL_PERL=/usr/bin/perl \
../${_realname}-${pkgver}/configure \
--host=${MINGW_CHOST} \