mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
irrlicht, fix references to libpng16 and libSDL_* (#3888)
This commit is contained in:
@@ -10,7 +10,7 @@ perl, ruby, python, and so on. And best of all: It's completely free."
|
||||
HOMEPAGE="http://irrlicht.sourceforge.net"
|
||||
COPYRIGHT="2002-2016 Nikolaus Gebhardt"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/irrlicht/irrlicht-$portVersion.zip"
|
||||
CHECKSUM_SHA256="f42b280bc608e545b820206fe2a999c55f290de5c7509a02bdbeeccc1bf9e433"
|
||||
PATCHES="irrlicht-$portVersion.patchset"
|
||||
@@ -27,8 +27,8 @@ REQUIRES="
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libGLU$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -47,7 +47,7 @@ BUILD_REQUIRES="
|
||||
devel:libGLU$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libSDL$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user