commit:     586764eefddd0c84eb6611009aa4e16c622d8d8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 01:59:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 01:59:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586764ee

net-analyzer/hydra: fix USE=-rdp with FreeRDP installed

Closes: https://bugs.gentoo.org/776670
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/hydra/hydra-9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/hydra/hydra-9.2.ebuild 
b/net-analyzer/hydra/hydra-9.2.ebuild
index 5ce7e4c5241..4c57cd8f9bb 100644
--- a/net-analyzer/hydra/hydra-9.2.ebuild
+++ b/net-analyzer/hydra/hydra-9.2.ebuild
@@ -89,7 +89,7 @@ src_configure() {
        hydra_sed pcre '-lpcre' '$( "${PKG_CONFIG}" --libs libpcre )' 
'-DHAVE_PCRE'
        hydra_sed postgres '-lpq' '$( "${PKG_CONFIG}" --libs libpq )' 
'-DLIBPOSTGRES'
        hydra_sed oracle '-locci -lclntsh' '' '-DLIBORACLE'
-       hydra_sed rdp '-lfreerdp2' '$( "${PKG_CONFIG}" --libs freerdp2 )' 
'-DLIBFREERDP2'
+       hydra_sed rdp '-lfreerdp2' '$( "${PKG_CONFIG}" --libs freerdp2 )' 
'-DLIBFREERDP'
        # TODO: https://bugs.gentoo.org/686148
        #hydra_sed subversion '-lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1' 
'$( "${PKG_CONFIG}" --libs libsvn_client )' '-DLIBSVN'
        hydra_sed subversion '-lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1' 
'' '-DLIBSVN'

Reply via email to