media-libs/liblo: fix build, update source uri (#2963)

This commit is contained in:
alaviss
2018-08-27 08:54:21 +07:00
committed by waddlesplash
parent 679717eae3
commit d004c24a6b

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2008-2012 Stephen Sinclair
2005-2006 Steve Harris" 2005-2006 Steve Harris"
LICENSE="GNU LGPL v2.1" LICENSE="GNU LGPL v2.1"
REVISION="1" REVISION="1"
SOURCE_URI="http://prdownloads.sourceforge.net/liblo/liblo-$portVersion.tar.gz" SOURCE_URI="https://downloads.sourceforge.net/liblo/liblo-$portVersion.tar.gz"
CHECKSUM_SHA256="ace1b4e234091425c150261d1ca7070cece48ee3c228a5612d048116d864c06a" CHECKSUM_SHA256="ace1b4e234091425c150261d1ca7070cece48ee3c228a5612d048116d864c06a"
PATCHES="liblo-$portVersion.patchset" PATCHES="liblo-$portVersion.patchset"
@@ -39,9 +39,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
cmd:aclocal cmd:autoreconf
cmd:autoconf
cmd:automake
cmd:find cmd:find
cmd:gcc$secondaryArchSuffix cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix cmd:ld$secondaryArchSuffix
@@ -51,10 +49,8 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
libtoolize --force --copy --install autoreconf -vi
aclocal CPPFLAGS="-D_BSD_SOURCE" runConfigure ./configure
autoconf
CFLAGS="-D_BSD_SOURCE" runConfigure ./configure
make $jobArgs make $jobArgs
} }