diff options
-rw-r--r-- | x11-misc/rofi/rofi-1.6.1-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.7.3-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-1.7.5.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-99999.ebuild | 5 |
4 files changed, 13 insertions, 1 deletions
diff --git a/x11-misc/rofi/rofi-1.6.1-r1.ebuild b/x11-misc/rofi/rofi-1.6.1-r1.ebuild index 664fa0b6b465..066a6e8fcacd 100644 --- a/x11-misc/rofi/rofi-1.6.1-r1.ebuild +++ b/x11-misc/rofi/rofi-1.6.1-r1.ebuild @@ -51,6 +51,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=( diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild b/x11-misc/rofi/rofi-1.7.3-r1.ebuild index d88c80ce18f7..803fb05e4226 100644 --- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild +++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild @@ -45,6 +45,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=( diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild index 4125a5c5a387..c51049b5e10e 100644 --- a/x11-misc/rofi/rofi-1.7.5.ebuild +++ b/x11-misc/rofi/rofi-1.7.5.ebuild @@ -45,6 +45,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=( diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild index 66b4e07790bd..e790ecc3ac90 100644 --- a/x11-misc/rofi/rofi-99999.ebuild +++ b/x11-misc/rofi/rofi-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,6 +49,9 @@ src_prepare() { } src_configure() { + # Doesn't work with reflex, bug #887049 + export LEX=flex + tc-export CC local myeconfargs=( |