diff options
Diffstat (limited to 'app-shells/prll/files/prll-0.2-makefile.patch')
-rw-r--r-- | app-shells/prll/files/prll-0.2-makefile.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app-shells/prll/files/prll-0.2-makefile.patch b/app-shells/prll/files/prll-0.2-makefile.patch deleted file mode 100644 index f4ff2d21f..000000000 --- a/app-shells/prll/files/prll-0.2-makefile.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -1,4 +1,5 @@ --CFLAGS += --std=c99 -Wformat -pedantic -g -O2 -fomit-frame-pointer -+CFLAGS ?= -g -O2 -fomit-frame-pointer -Wformat -pedantic -+CFLAGS += --std=c99 - - .PHONY: clean compile - |