summaryrefslogtreecommitdiff
path: root/graphics/farbfeld/files/patch-config.mk
blob: 13e9dddda49c60beca20bc93590af42d6bb97acf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- config.mk.orig	2016-03-15 17:46:09 UTC
+++ config.mk
@@ -18,8 +18,8 @@ LIBS = -L${PNGLIB} -L${JPGLIB} -lpng -lj
 
 # flags
 CPPFLAGS = -D_DEFAULT_SOURCE
-CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS   += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS  = -s ${LIBS}
 
 # compiler and linker
-CC = cc
+CC ?= cc