diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-06-14 06:49:43 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-06-14 06:49:43 (GMT) |
commit | 091a8eec4090516946174760b9e188b4bf3ce953 (patch) | |
tree | 60e4b08562c49860423516b8a564e5372e8392b7 /src/fontconfig.mk | |
parent | 2ec9f5cbbd1bd340494fee4841a82186226463d6 (diff) | |
download | mxe-091a8eec4090516946174760b9e188b4bf3ce953.zip mxe-091a8eec4090516946174760b9e188b4bf3ce953.tar.gz mxe-091a8eec4090516946174760b9e188b4bf3ce953.tar.bz2 |
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.
Diffstat (limited to 'src/fontconfig.mk')
-rw-r--r-- | src/fontconfig.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk index 369aecc..9e6bd5a 100644 --- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -19,7 +19,6 @@ define $(PKG)_BUILD # 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`" \ |