Skip to content
Snippets Groups Projects
Commit d55cb6fb authored by Natanael Copa's avatar Natanael Copa
Browse files

community/xfce4-notes-plugin: fix build with gcc 14

use -fpermissive due to vala
parent 35a80945
No related branches found
No related tags found
1 merge request!71830community/xfce4-notes-plugin: fix build with gcc 14
Pipeline #258215 skipped
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-notes-plugin pkgname=xfce4-notes-plugin
pkgver=1.11.0 pkgver=1.11.0
pkgrel=0 pkgrel=1
pkgdesc="Notes plugin for the Xfce4 desktop" pkgdesc="Notes plugin for the Xfce4 desktop"
url="https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
arch="all" arch="all"
...@@ -12,7 +12,8 @@ subpackages="$pkgname-lang" ...@@ -12,7 +12,8 @@ subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2" source="https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2"
build() { build() {
./configure \ # use -fpermissive due to vala
CFLAGS="$CFLAGS -fpermissive" ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
--prefix=/usr \ --prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment