fontforge: fix linking to libpng for gcc 4.7.x
This commit is contained in:
parent
62535be0f3
commit
2c7294a8e4
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user