community/qpage: fix build with gcc 14

Seems to be old and obsolete software. Use -fpermissive
This commit is contained in:
Natanael Copa 2024-09-10 08:51:57 +02:00
parent f1c61bd176
commit 758812aa72

View file

@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=qpage
pkgver=3.3
pkgrel=2
pkgrel=3
pkgdesc="Sends messages to an alphanumeric pager via TAP protocol."
url="http://www.qpage.org/"
arch="all"
@ -15,7 +15,7 @@ source="$pkgname-$pkgver.tar.gz::http://archive.debian.org/debian/pool/non-free/
build() {
cp -f "$srcdir"/config.input "$builddir"
./configure --prefix=/usr \
CFLAGS="$CFLAGS -fpermissive" ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
make