File: 0001-Fixed-a-typo-in-the-Makefile-using-default-CPPFLAGS.patch

package info (click to toggle)
vlfeat 0.9.21%2Bfull-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,632 kB
  • sloc: ansic: 27,125; python: 1,782; makefile: 201; xml: 188; sh: 49
file content (21 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Dima Kogan <dima@secretsauce.net>
Date: Thu, 16 Oct 2014 15:24:08 -0700
Subject: Fixed a typo in the Makefile, using default CPPFLAGS

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 908c578..fd0e3b4 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ endif
 VLDIR ?= .
 LIBTOOL ?= libtool
 
-STD_CLFAGS = $(CFLAGS)
+STD_CFLAGS = $(CFLAGS) $(CPPFLAGS)
 STD_CFLAGS += -std=c99
 STD_CFLAGS += -Wall -Wextra
 STD_CFLAGS += -Wno-unused-function -Wno-long-long -Wno-variadic-macros