summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2013-04-27 17:58:55 +0200
committerChristoph Egger <christoph@debian.org>2013-04-27 17:58:55 +0200
commita207f1745e5bbb622aaec778dd14f4c486240290 (patch)
tree6d6a71abbc7f4464d311dcff73bd887e6fe111a5 /debian
parent2a4efd1bed972bca3c90fb80087dd2d05352940e (diff)
Delete removed patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0001-Honor-CPPFLAGS.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/0001-Honor-CPPFLAGS.patch b/debian/patches/0001-Honor-CPPFLAGS.patch
deleted file mode 100644
index 3577778c..00000000
--- a/debian/patches/0001-Honor-CPPFLAGS.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 5334e3db1607064461548b0c8a5532d1b3ba1ed4 Mon Sep 17 00:00:00 2001
-From: Christoph Egger <christoph@debian.org>
-Date: Sun, 19 Aug 2012 00:47:57 +0200
-Subject: [PATCH 15/15] Honor CPPFLAGS
-
-As the C Preprocessor is never called separately just add CPPFLAGS to
-CFLAGS at the beginning of the Makefile so they get passed to all
-compiler calls
----
- Makefile | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/Makefile b/Makefile
-index 7250850..c046620 100644
---- a/Makefile
-+++ b/Makefile
-@@ -15,6 +15,8 @@ TARGETS = $(HLWMTARGET) $(HCTARGET)
- OBJ = $(HLWMOBJ) $(HCOBJ)
- DEPS = $(OBJ:.o=.d)
-
-+CFLAGS += $(CPPFLAGS)
-+
- HERBSTCLIENTDOC = doc/herbstclient.txt
- HERBSTLUFTWMDOC = doc/herbstluftwm.txt
-
---
-1.7.10.4
-