diff --git a/srcpkgs/9base/patches/yydebug.patch b/srcpkgs/9base/patches/yydebug.patch new file mode 100644 index 00000000000..11e5a64e744 --- /dev/null +++ b/srcpkgs/9base/patches/yydebug.patch @@ -0,0 +1,11 @@ +--- lib9/main.c 2018-08-17 19:38:18.000000000 +0200 ++++ lib9/main.c 2018-08-17 19:43:21.042771643 +0200 +@@ -4,6 +4,8 @@ + + extern void p9main(int, char**); + ++int yydebug = 0; ++ + int + main(int argc, char **argv) + { diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template index 01352a8cf1e..1777247a4e0 100644 --- a/srcpkgs/9base/template +++ b/srcpkgs/9base/template @@ -10,10 +10,10 @@ short_desc="Revived minimalist port of Plan 9 userland to Unix" maintainer='Tai Chi Minh Ralph Eastwood ' license="custom" homepage="http://git.suckless.org/9base" -distfiles="http://git.suckless.org/9base/snapshot/9base-${_githash}.tar.bz2" +distfiles="https://repo.voidlinux.de/distfiles/9base-${_githash}.tar.bz2" provides="plan9port-20160418_4" conflicts="plan9port" -checksum=2a7d31a11cb68cd75a7720141cea26f053421064e2230e206c227efbe343d2d8 +checksum=57640696d65a8acbaca5417f1db1dea5ebbc694e8bed0d4ee8a3229f4800dddd wrksrc="9base-${_githash}" pre_build() {