aboutsummaryrefslogtreecommitdiff
path: root/desktop/bar/patches/bar-Makefile-CFLAGS.patch
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2015-06-24 23:28:49 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-24 23:29:29 +0700
commitbad41dc34d99be0fb1e9acbe5e1f5d08e1671107 (patch)
tree3195bdecbcd0266ac3cb8b4167c823688755886f /desktop/bar/patches/bar-Makefile-CFLAGS.patch
parenteee8dfde0ca69d3ec60e8096f43b3057a297d7bb (diff)
desktop/bar: Updated for version 1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 bef2cba8fff64..0000000000000
--- 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