summaryrefslogtreecommitdiffstats
path: root/desktop/bar/patches/bar-Makefile-CFLAGS.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/bar/patches/bar-Makefile-CFLAGS.patch')
-rw-r--r--desktop/bar/patches/bar-Makefile-CFLAGS.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/desktop/bar/patches/bar-Makefile-CFLAGS.patch b/desktop/bar/patches/bar-Makefile-CFLAGS.patch
deleted file mode 100644
index bef2cba8ff..0000000000
--- a/desktop/bar/patches/bar-Makefile-CFLAGS.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index ff620a8..01b6bf9 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,6 +1,7 @@
- CC ?= gcc
- STRIP ?= strip
--CFLAGS = -std=c99 -Os
-+CFLAGS ?= -Os
-+CFLAGS += -std=c99
- LDFLAGS = -lxcb -lxcb-xinerama -lxcb-randr
- CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
- -Wsign-conversion -Wconversion -Wimplicit-function-declaration