diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-17 20:46:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-03-17 20:46:48 +0000 |
commit | a620b8966ab56aa5c970d3477936dc56bd621b63 (patch) | |
tree | fa6ab6f75bf3016fdd023f4cda2e2372aa55a46c /lib/fontconfig/src | |
parent | 79866ea86ed49d38f2cf5fe2d8258876dda811bd (diff) |
fix CFLAGS definition
Diffstat (limited to 'lib/fontconfig/src')
-rw-r--r-- | lib/fontconfig/src/Makefile | 4 |
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. |