Update libpng to 1.4.4, but so far it fails to build with gcc2 and gcc4.

This commit is contained in:
Scott McCreary
2010-10-18 18:57:20 +00:00
parent 3c5a38bdae
commit 27f6988bbb

View File

@@ -0,0 +1,24 @@
DESCRIPTION="libpng"
HOMEPAGE="http://www.libpng.org"
COPYRIGHT="1998-2010 Glenn Randers-Pehrson
1996-1997 Andreas Dilger
1995-1996 Guy Eric Schalnat, Group 42, Inc."
LICENSE="LIBPNG"
SRC_URI="ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.4.tar.gz"
CHECKSUM_MD5="297b38f925e745061489b41b1f7c4bb1"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd libpng-1.4.4
libtoolize --force --copy
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libpng-1.4.4
make install
}