dev-libs/protothreads: EAPI 8

Closes: https://bugs.gentoo.org/785367
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-18 18:05:40 +02:00
parent 0c612788e8
commit 0fb4370d24
3 changed files with 31 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-CFLAGS+=-Wuninitialized
+CFLAGS+=-Wuninitialized -I. -fPIE
all: example-codelock example-buffer example-small
-example-codelock: example-codelock.c pt.h lc.h
+example-codelock: example-codelock.c
-example-buffer: example-buffer.c pt.h lc.h
+example-buffer: example-buffer.c
-example-small: example-small.c pt.h lc.h
+example-small: example-small.c