Browse Source

evolution: fixed by adding a workaround for implicit declaration of functions which have been deprecated in gtk+

stable/0.2
Christian Wiese 14 years ago
parent
commit
e8f280f826
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      gnome2/evolution/evolution-conf.in

+ 3
- 0
gnome2/evolution/evolution-conf.in

@ -34,3 +34,6 @@ if pkginstalled openldap; then
var_append GCC_WRAPPER_APPEND ' ' "-I$root/$( pkgprefix includedir openldap )"
var_append GCC_WRAPPER_APPEND ' ' "-L$root/$( pkgprefix libdir openldap )"
fi
# workaround for implicit declaration of functions which have been deprecated in gtk+
var_append CC_WRAPPER_REMOVE ' ' '-DGTK_DISABLE_DEPRECATED'

Loading…
Cancel
Save