mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libmikmod, fix references for lib:libsdl (#8948)
This commit is contained in:
@@ -4,7 +4,7 @@ HOMEPAGE="http://mikmod.sourceforge.net"
|
||||
COPYRIGHT="1998-2004 Jean-Paul Mikkers, Jake Stine, Frank Loemker, Steve \
|
||||
McIntyre, Peter Amstutz, and Miodrag Vallat."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://sourceforge.net/projects/mikmod/files/libmikmod/$portVersion/libmikmod-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ad9d64dfc8f83684876419ea7cd4ff4a41d8bcd8c23ef37ecb3a200a16b46d19"
|
||||
|
||||
@@ -18,7 +18,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
@@ -32,14 +32,14 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libSDL_1.2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:libtool$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
@@ -57,8 +57,9 @@ INSTALL()
|
||||
|
||||
rm $libDir/libmikmod.la
|
||||
|
||||
prepareInstalledDevelLibs libmikmod
|
||||
prepareInstalledDevelLib libmikmod
|
||||
fixPkgconfig
|
||||
|
||||
fixDevelopLibDirReferences $binDir/libmikmod-config
|
||||
|
||||
# devel package
|
||||
|
||||
Reference in New Issue
Block a user