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
This commit is contained in:
Alexander von Gluck IV
2013-12-25 19:23:49 -06:00
parent abe988f6a9
commit a5a2525762

View File

@@ -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