File: fix-blhc.patch

package info (click to toggle)
aerc 0.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,164 kB
  • sloc: ansic: 1,148; python: 1,000; sh: 553; awk: 330; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -162,7 +162,7 @@
 define install_filter
 ifneq ($(wildcard filters/$1.c),)
 $1: filters/$1.c
-	$$(CC) $$(CFLAGS) $$(LDFLAGS) -o $$@ $$<
+	$$(CC) $$(CFLAGS) $$(CPPFLAGS) $$(LDFLAGS) -o $$@ $$<
 
 all: $1
 endif