mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
ragel: fix gcc6 build
This commit is contained in:
parent
ce26c39ff8
commit
ba84d8d38b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ragel'
|
# Template file for 'ragel'
|
||||||
pkgname=ragel
|
pkgname=ragel
|
||||||
version=6.9
|
version=6.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Compile regular languages into executable state machines"
|
short_desc="Compile regular languages into executable state machines"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -10,6 +10,8 @@ homepage="http://www.colm.net/open-source/ragel/"
|
||||||
distfiles="http://www.colm.net/files/ragel/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.colm.net/files/ragel/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6e07be0fab5ca1d9c2d9e177718a018fc666141f594a5d6e7025658620cf660a
|
checksum=6e07be0fab5ca1d9c2d9e177718a018fc666141f594a5d6e7025658620cf660a
|
||||||
|
|
||||||
|
CXXFLAGS="-std=gnu++98 -Wno-error=narrowing"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc doc/ragel-guide.pdf
|
vdoc doc/ragel-guide.pdf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue