opnsense-ports/mail/openemm2015/files/patch-backend__src__c__lib__GNUmakefile
Franco Fichtner 8f511e6c1d */*: sync with upstream
Taken from: FreeBSD
2015-10-25 12:07:45 +01:00

13 lines
328 B
Text

--- backend/src/c/lib/GNUmakefile.orig 2015-02-20 13:02:20 UTC
+++ backend/src/c/lib/GNUmakefile
@@ -20,8 +20,8 @@
# Contributor(s): AGNITAS AG.
##################################################################################
-CC = gcc
-CFLAGS = -I.
+CC?= gcc
+CFLAGS+= -I.
SRCS = atob.c \
buffer.c \
cache.c \