mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
abuse, fix references to lib:libsdl (#8976)
This commit is contained in:
@@ -11,12 +11,12 @@ COPYRIGHT="2001-2005 Sam Hocevar
|
||||
1995 Crack dot Com
|
||||
1996-2008 Justin Cassidy"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://abuse.zoy.org/raw-attachment/wiki/download/abuse-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488"
|
||||
PATCHES="abuse-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
ARCHITECTURES="?all x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
abuse = $portVersion
|
||||
@@ -25,28 +25,29 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libSDL
|
||||
lib:libSDL_mixer_1.2
|
||||
lib:libGL
|
||||
lib:libGLU
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libSDL
|
||||
devel:libSDL_mixer_1.2
|
||||
devel:libGLU
|
||||
devel:libSDL_1.2
|
||||
devel:libSDL_mixer_1.2
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export LDFLAGS="-lnetwork"
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user