mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user