byacc: update to 20210328

This commit is contained in:
Ella-0 2021-03-29 14:31:58 +01:00
parent 5b83ee5c80
commit 73a867c29e

View file

@ -1,4 +1,4 @@
pkgver=20210109
pkgver=20210328
pkgname=byacc
deps="musl"
bad=""
@ -7,7 +7,8 @@ ext="doc"
fetch() {
curl https://invisible-island.net/datafiles/release/byacc.tar.gz -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz
cp ../reader-mesa.patch .
# Merged upstream; Don't need
# cp ../reader-mesa.patch .
}
build() {
@ -16,7 +17,7 @@ build() {
--prefix=/usr \
--program-prefix=b \
--enable-btyacc
patch -p1 < ../reader-mesa.patch
# patch -p1 < ../reader-mesa.patch
make
}