mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-libs/protothreads: EAPI 8
Closes: https://bugs.gentoo.org/785367 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user