summaryrefslogtreecommitdiff
path: root/mail/openemm2013/files/patch-src__c__xmlback__grammar__GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/openemm2013/files/patch-src__c__xmlback__grammar__GNUmakefile')
-rw-r--r--mail/openemm2013/files/patch-src__c__xmlback__grammar__GNUmakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/openemm2013/files/patch-src__c__xmlback__grammar__GNUmakefile b/mail/openemm2013/files/patch-src__c__xmlback__grammar__GNUmakefile
new file mode 100644
index 000000000000..34a764040c29
--- /dev/null
+++ b/mail/openemm2013/files/patch-src__c__xmlback__grammar__GNUmakefile
@@ -0,0 +1,13 @@
+--- src/c/xmlback/grammar/GNUmakefile.orig 2013-09-11 08:30:37 UTC
++++ src/c/xmlback/grammar/GNUmakefile
+@@ -20,8 +20,8 @@
+ # Contributor(s): AGNITAS AG.
+ ##################################################################################
+
+-CC = gcc
+-CFLAGS = -I.. -I../../lib $(shell xml2-config --cflags)
++CC ?= gcc
++CFLAGS += -I.. -I../../lib $(shell xml2-config --cflags)
+ LDFLAGS =
+ SRCS = transform.c parse.c
+ OBJS = $(SRCS:%.c=%.o)