X-Git-Url: https://git.ralfj.de/osspd.git/blobdiff_plain/398c7a8e280311da6635c0f0c3ed08a3e0b791f8..cd484fa9e490d37cb1781d1ae35b10e30551be42:/debian/patches/0002-honor-CPPFLAGS.patch?ds=sidebyside diff --git a/debian/patches/0002-honor-CPPFLAGS.patch b/debian/patches/0002-honor-CPPFLAGS.patch deleted file mode 100644 index de646fb..0000000 --- a/debian/patches/0002-honor-CPPFLAGS.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Ralf Jung -Date: Sat, 15 Sep 2012 13:36:23 +0200 -Subject: honor CPPFLAGS - -Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3567932&group_id=274219&atid=1165334 ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 8111c9b..8d8fe87 100644 ---- a/Makefile -+++ b/Makefile -@@ -2,7 +2,7 @@ - # DESTDIR is completely respected - CC := gcc - AR := ar --CFLAGS := -Wall $(CFLAGS) -+CFLAGS := -Wall $(CFLAGS) $(CPPFLAGS) - XLDFLAGS := $(LDFLAGS) - LDFLAGS := -L. -lossp $(LDFLAGS) - prefix := /usr/local