mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/xfce4-notes-plugin: fix build with gcc 14
use -fpermissive due to vala
This commit is contained in:
parent
35a8094536
commit
d55cb6fb23
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xfce4-notes-plugin
|
||||
pkgver=1.11.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Notes plugin for the Xfce4 desktop"
|
||||
url="https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
|
||||
arch="all"
|
||||
@ -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"
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
# use -fpermissive due to vala
|
||||
CFLAGS="$CFLAGS -fpermissive" ./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user