re2: rebuild for gcc stdc++ dropping gcc4 compat
This commit is contained in:
parent
fafa6e53ad
commit
eb9ccda7f2
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 're2'.
|
||||
# Template file for 're2'
|
||||
pkgname=re2
|
||||
reverts=20140304_1
|
||||
version=2018.03.01
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version//./-}"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr"
|
||||
short_desc="An efficient, principled regular expression library"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/google/re2"
|
||||
distfiles="${homepage}/archive/${version//./-}.tar.gz"
|
||||
checksum=51dc7ee9d1a68ee0209672ac4bdff56766c56606dfcdd57aed022015c4784178
|
||||
|
|
Loading…
Reference in a new issue