summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-04-19 19:41:46 +0000
committerpsykose <alice@ayaya.dev>2023-04-19 21:41:46 +0200
commit0c2a7f2849cc8c38284ae8dd5f65a7cf5b3eaca1 (patch)
tree7a02d8bdfd8860e7ab85a0822dfa5b45f6014912
parent748a20669509efb26fe879f2d9fe7989e8871ce9 (diff)
downloadaports-0c2a7f2849cc8c38284ae8dd5f65a7cf5b3eaca1.zip
main/gcr: fix implicit function decl
-rw-r--r--main/gcr/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/gcr/APKBUILD b/main/gcr/APKBUILD
index cf70be5b223..8ff09d67cb4 100644
--- a/main/gcr/APKBUILD
+++ b/main/gcr/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gcr
pkgver=3.41.1
-pkgrel=2
+pkgrel=3
pkgdesc="library for bits of crypto UI and parsing"
url="https://wiki.gnome.org/Projects/CryptoGlue"
arch="all"
@@ -33,6 +33,8 @@ source="https://download.gnome.org/sources/gcr/${pkgver%.*}/gcr-$pkgver.tar.xz
options="!check" # testsuite requires community/xvfb-run
build() {
+ # getpass
+ CFLAGS="$CFLAGS -D_BSD_SOURCE" \
abuild-meson \
-Db_lto=true \
-Dgtk_doc=false \