mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-cpp/usockets: fixup use flag not in iuse error
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="libuv">Enable bindings to use the libuv dispatcher</flag>
|
||||
<flag name="openssl">Enable openssl support</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -45,7 +45,7 @@ PATCHES=(
|
||||
|
||||
src_compile() {
|
||||
# the Makefile uses environment variables
|
||||
emake WITH_OPENSSL=$(usex ssl 1 0) \
|
||||
emake WITH_OPENSSL=$(usex openssl 1 0) \
|
||||
WITH_LIBUV=$(usex libuv 1 0) \
|
||||
WITH_ASAN=$(usex debug 1 0) \
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user