Mercurial > hg > mxe
changeset 2604:0b271dd82312
package fontconfig: remove obsolete pkg-config hack
The libraries added to Libs by the hack now appear automatically
in Libs.private, which is where they belong anyway.
author | Mark Brand <mabrand@mabrand.nl> |
---|---|
date | Thu, 14 Jun 2012 08:49:43 +0200 |
parents | 3c52a573889a |
children | 076adc3c23f7 |
files | src/fontconfig.mk |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -19,7 +19,6 @@ # ensure there is no (buggy) attempt to install the *.dll.a file # (remove this line of you want to link dynamically) $(SED) -i 's,^install-data-local:.*,install-data-local:,' '$(1)/src/Makefile.in' - $(SED) -i 's,^\(Libs:.*\),\1 @EXPAT_LIBS@ @FREETYPE_LIBS@,' '$(1)/fontconfig.pc.in' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --build="`config.guess`" \