Add flex 2.6.4.

This commit is contained in:
Andrius Štikonas 2021-02-04 18:37:43 +00:00
parent e9c8313458
commit fb522be854
10 changed files with 80 additions and 84 deletions

View file

@ -1,13 +1,10 @@
# When we rebuild flex it no longer needs patching
# and can use simplified makefile
src_prepare() {
if test -d /lex; then
default_src_prepare
else
cp ../../mk/main2.mk Makefile
fi
default_src_prepare
touch config.h
rm parse.c parse.h scan.c
rm parse.c parse.h scan.c skel.c
}
src_install() {