File: fix-blhc.patch

package info (click to toggle)
aerc 0.21.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,900 kB
  • sloc: ansic: 1,181; python: 1,000; sh: 553; awk: 360; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -169,7 +169,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