opnsense-ports/mail/openemm2013/files/patch-src__c__lib__GNUmakefile
Franco Fichtner af917a9939 */*: sync with upstream
Taken from: FreeBSD
2015-10-18 12:11:41 +02:00

13 lines
316 B
Text

--- src/c/lib/GNUmakefile.orig 2013-09-11 08:30:37 UTC
+++ src/c/lib/GNUmakefile
@@ -20,8 +20,8 @@
# Contributor(s): AGNITAS AG.
##################################################################################
-CC = gcc
-CFLAGS = -I.
+CC ?= clang
+CFLAGS += -I.
SRCS = atob.c \
buffer.c \
cache.c \