mcpp: fix build with gcc14 and glibc

This commit is contained in:
oreo639 2025-04-18 14:10:29 -07:00
parent 028059e246
commit 8f5aa13e15

View file

@ -7,9 +7,10 @@ configure_args="--enable-mcpplib"
short_desc="Portable C preprocessor"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="http://mcpp.sourceforge.net/"
homepage="https://mcpp.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/mcpp/mcpp-${version}.tar.gz"
checksum=3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864
CFLAGS="-D_GNU_SOURCE" # readlink on glibc
post_install() {
vlicense LICENSE