summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fontconfig/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/src/Makefile b/lib/fontconfig/src/Makefile
index 34ada90f0..672695dd0 100644
--- a/lib/fontconfig/src/Makefile
+++ b/lib/fontconfig/src/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2013/03/13 23:56:54 matthieu Exp $
+# $OpenBSD: Makefile,v 1.4 2013/03/17 20:46:47 matthieu Exp $
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
@@ -31,7 +31,7 @@ SRCS = \
fcxml.c \
ftglue.c
-CFLAGS = -DFC_CACHEDIR='"$(FC_CACHEDIR)"' \
+CFLAGS += -DFC_CACHEDIR='"$(FC_CACHEDIR)"' \
-DFONTCONFIG_PATH='"$(BASECONFIGDIR)"' \
-I.