8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in

Fri, 22 Mar 2019 17:51:45 +0000

author
ihse
date
Fri, 22 Mar 2019 17:51:45 +0000
changeset 2418
9a4af54dd074
parent 2417
a15c48796bec
child 2419
f6bc08715234

8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in
Summary: Add FONTCONFIG_CFLAGS declaration.
Reviewed-by: erikj, prr

common/autoconf/spec.gmk.in file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/spec.gmk.in	Mon Mar 18 08:46:00 2019 +0100
     1.2 +++ b/common/autoconf/spec.gmk.in	Fri Mar 22 17:51:45 2019 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -277,6 +277,7 @@
    1.11  FREETYPE_LIBS:=@FREETYPE_LIBS@
    1.12  FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
    1.13  FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
    1.14 +FONTCONFIG_CFLAGS:=@FONTCONFIG_CFLAGS@
    1.15  CUPS_CFLAGS:=@CUPS_CFLAGS@
    1.16  ALSA_LIBS:=@ALSA_LIBS@
    1.17  ALSA_CFLAGS:=@ALSA_CFLAGS@

mercurial