mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
librsync: Do not depend on zlib and libbz2
They are not actually used upstream, although a configure check is in place. This commit warrants a rev bump but it should be in the same push as the previous commit which updates the package, so I skipped over it. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
@@ -33,16 +33,12 @@ COPYRIGHT="1995 Patrick Powell <papowell@astart.com>
|
|||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libbz2$secondaryArchSuffix
|
|
||||||
lib:libpopt$secondaryArchSuffix
|
lib:libpopt$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libbz2$secondaryArchSuffix
|
|
||||||
devel:libpopt$secondaryArchSuffix
|
devel:libpopt$secondaryArchSuffix
|
||||||
devel:libz$secondaryArchSuffix
|
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
@@ -66,6 +62,8 @@ PROVIDES="
|
|||||||
lib:librsync$secondaryArchSuffix = 2.0.0 compat >= 2
|
lib:librsync$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PATCHES="librsync-${portVersion}.patchset"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|||||||
Reference in New Issue
Block a user