From 6821e5181156fa5ca725ba98fbc079c2fcbd5fdb Mon Sep 17 00:00:00 2001 From: ihse Date: Fri, 22 Mar 2019 17:51:45 +0000 Subject: [PATCH] 8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in Summary: Add FONTCONFIG_CFLAGS declaration. Reviewed-by: erikj, prr --- common/autoconf/spec.gmk.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/autoconf/spec.gmk.in b/common/autoconf/spec.gmk.in index 8f39f79..b423c8d 100644 --- a/common/autoconf/spec.gmk.in +++ b/common/autoconf/spec.gmk.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -277,6 +277,7 @@ JOBS?=@JOBS@ FREETYPE_LIBS:=@FREETYPE_LIBS@ FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@ FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@ +FONTCONFIG_CFLAGS:=@FONTCONFIG_CFLAGS@ CUPS_CFLAGS:=@CUPS_CFLAGS@ ALSA_LIBS:=@ALSA_LIBS@ ALSA_CFLAGS:=@ALSA_CFLAGS@ -- GitLab