byacc patch for building mesa

This commit is contained in:
Ella-0 2021-01-27 22:24:11 +00:00
parent 71e71c1978
commit 27cb7ab164
4 changed files with 124 additions and 4 deletions

View file

@ -7,7 +7,7 @@ fetch() {
tar -xf $pkgname-$pkgver.tar.gz
mkdir $pkgname-$pkgver/build
cp ../byacc-out-mid-build.patch .
cd ../LICENSE .
cp ../LICENSE .
}
build() {
@ -46,8 +46,11 @@ build() {
-Dbuild-tests=false
samu
patch -p1 < ../../byacc-out-mid-build.patch
samu
# NEEDED IF NOT USING A PATCHED BYACC
# ===================================
# patch -p1 < ../../byacc-out-mid-build.patch
# samu
}
package() {