summaryrefslogtreecommitdiff
path: root/mail/openemm2013/files/patch-src__c__lib__GNUmakefile
blob: 69243a969c90118ed6d036fbae5a28aa5a42107a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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 \