From 58775420acbdbba23a8c7b97448ec6176761a211 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 23 Dec 2014 07:34:58 +0000 Subject: [PATCH] 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 --- net-libs/librsync/librsync-1.0.0.recipe | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-libs/librsync/librsync-1.0.0.recipe b/net-libs/librsync/librsync-1.0.0.recipe index 1153bc485..6d132d571 100644 --- a/net-libs/librsync/librsync-1.0.0.recipe +++ b/net-libs/librsync/librsync-1.0.0.recipe @@ -33,16 +33,12 @@ COPYRIGHT="1995 Patrick Powell REQUIRES=" haiku$secondaryArchSuffix - lib:libbz2$secondaryArchSuffix lib:libpopt$secondaryArchSuffix - lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libbz2$secondaryArchSuffix devel:libpopt$secondaryArchSuffix - devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -66,6 +62,8 @@ PROVIDES=" lib:librsync$secondaryArchSuffix = 2.0.0 compat >= 2 " +PATCHES="librsync-${portVersion}.patchset" + BUILD() { autoreconf -fi