On Thu, Mar 27, 2014 at 08:33:53AM -0700, Hisashi T Fujinaka wrote:
On Thu, 27 Mar 2014, OBATA Akio wrote:
Version: @VERSION@
+Requires: @PKGCONFIG_REQUIRES@
+Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
Libs: -L${libdir} -lfontconfig
-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
-Cflags: -I${includedir}
+Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@ @LIBXML2_LIBS@
+Cflags: -I${includedir} @EXPAT_CFLAGS@ @FREETYPE_CFLAGS@ @ICONV_CFLAGS@
@LIBXML2_CFLAGS@
I already have that fix, and I've already built and installed with that.
Is there something that needs to go into UPDATING that requires
something beyond a build and install?
Is that fix actually installed?
You might need a "make distclean" in
src/external/mit/xorg/lib/fontconfig/src before the make just to
make sure it is rebuilt.