Fixing libpng dependencies after the new updated libpng (#1070)

This commit is contained in:
Schrijvers Luc
2017-01-14 18:56:22 +01:00
committed by waddlesplash
parent 84c3ecef64
commit 2df68ae5bd
12 changed files with 25 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ http://ifdb.tads.org/"
HOMEPAGE="https://christoph-ender.de/fizmo/"
COPYRIGHT="20092014 Christoph Ender"
LICENSE="Fizmo"
REVISION="2"
REVISION="3"
SOURCE_URI="https://christoph-ender.de/fizmo/source/fizmo-$portVersion.tar.gz"
CHECKSUM_SHA256="0e3561492ece58ff60eba768f3b2cfa943ba111736b0f63b775e3face590462b"
@@ -26,7 +26,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libSDL2$secondaryArchSuffix
lib:libsndfile$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
@@ -50,11 +50,6 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
PATCH()
{
sed -i "s,-lm,," configure
}
BUILD()
{
runConfigure ./configure --disable-x11 \