mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -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:
@@ -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