fontforge: fix linking to libpng for gcc 4.7.x

This commit is contained in:
Danny Rawlins 2012-10-12 10:35:09 +11:00
parent 62535be0f3
commit 2c7294a8e4

View File

@ -6,12 +6,14 @@
name=fontforge
version=20120731-b
release=2
release=3
source=(http://downloads.sourceforge.net/project/$name/$name-source/fontforge_full-$version.tar.bz2)
build() {
cd $name-$version
export LDFLAGS="$LDFLAGS $(pkg-config libpng --libs)"
./configure \
--prefix=/usr \
--mandir=/usr/man \