app-i18n/ibus: Add -DGLIB_VERSION_MAX_ALLOWED
This commit is contained in:
parent
8f0e67a3e4
commit
b725c1134a
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ src_configure() {
|
|||
# bug #944071
|
||||
append-flags -std=gnu17
|
||||
|
||||
# Don't use glib-2.84 features
|
||||
append-cflags -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_84
|
||||
|
||||
local unicodedir="${EPREFIX}"/usr/share/unicode
|
||||
local python_conf=()
|
||||
if use python; then
|
||||
|
|
Loading…
Add table
Reference in a new issue