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.
This commit is contained in:
Mark Brand 2012-06-14 08:49:43 +02:00
parent 2ec9f5cbbd
commit 091a8eec40
1 changed files with 0 additions and 1 deletions

View File

@ -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`" \