aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgweather
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:36:20 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commitc7a1f20490e2882233bfdfa682040d3cb0ffd967 (patch)
treea2b7e4154d67dc0ad64867ff7507b2883604688b /community/libgweather
parent20b13d17d07ee2958a377d95f3ad14826ff9ddf9 (diff)
downloadaports-c7a1f20490e2882233bfdfa682040d3cb0ffd967.tar.bz2
aports-c7a1f20490e2882233bfdfa682040d3cb0ffd967.tar.xz
community/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
Diffstat (limited to 'community/libgweather')
-rw-r--r--community/libgweather/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD
index e07cbbf660..d085658468 100644
--- a/community/libgweather/APKBUILD
+++ b/community/libgweather/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libgweather
pkgver=3.34.0
-pkgrel=3
+pkgrel=4
pkgdesc="GNOME weather library"
url="https://wiki.gnome.org/Projects/LibGWeather"
arch="all"
@@ -20,9 +20,9 @@ source="https://download.gnome.org/sources/libgweather/${pkgver%.*}/libgweather-
build() {
meson \
--prefix=/usr \
- --buildtype=debugoptimized \
+ --buildtype=plain \
--sysconfdir=/etc \
- --buildtype=debugoptimized \
+ --buildtype=plain \
-Dgtk_doc=true \
-Denable_vala=true \
. output