mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-libs/protothreads: respect CC
Closes: https://bugs.gentoo.org/784938 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
8
dev-libs/protothreads/files/respect-cflags.patch
Normal file
8
dev-libs/protothreads/files/respect-cflags.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,4 +1,4 @@
|
||||
-CFLAGS=-O -Wuninitialized -Werror
|
||||
+CFLAGS+=-Wuninitialized
|
||||
|
||||
all: example-codelock example-buffer example-small
|
||||
|
||||
Reference in New Issue
Block a user