From a5a25257626fb5053a02eb3ac982d144b9bb40a8 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 25 Dec 2013 19:23:49 -0600 Subject: [PATCH] libevent: Looking for lib:libnetwork which is not provided * While it built, wouldn't install due to this * Maybe haiku${secondaryArchSuffix} is supposed to have this provides, but currently doesn't --- dev-libs/libevent/libevent-2.0.21.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libevent/libevent-2.0.21.recipe b/dev-libs/libevent/libevent-2.0.21.recipe index 4091668cc..189d22bfb 100644 --- a/dev-libs/libevent/libevent-2.0.21.recipe +++ b/dev-libs/libevent/libevent-2.0.21.recipe @@ -7,7 +7,7 @@ CHECKSUM_MD5="b2405cc9ebf264aa47ff615d9de527a2" LICENSE="BSD (3-clause)" COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and other contributors." -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 x86" @@ -29,11 +29,11 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion - lib:libnetwork$secondaryArchSuffix >= $haikuVersion lib:libssl$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix - lib:libnetwork >= $haikuVersion " +# haiku${secondaryArchSuffix} doesn't define included libraries yet +# lib:libnetwork$secondaryArchSuffix >= $haikuVersion BUILD_REQUIRES=" devel:libssl$secondaryArchSuffix devel:libcrypto$secondaryArchSuffix