Browse Source

gnome-utils: fixed by disabling "shave" compile mode and by removing '-D*DISABLE_DEPRECATED' through GCC_WRAPPER

stable/0.2
Christian Wiese 14 years ago
parent
commit
73ceb3ad77
  1. 6
      gnome2/gnome-utils/gnome-utils.conf

6
gnome2/gnome-utils/gnome-utils.conf

@ -17,4 +17,10 @@
# fix error: possibly undefined macro: AM_GCONF_SOURCE_2
hook_add preconf 9 "autoreconf -iv -I $(pkgprefix datadir gconf)/aclocal"
# fix compile error: unrecognized command line option "-fshave-mode=compile"
var_append extraconfopt ' ' '--disable-shave'
# fix compile error: 'GTK_TYPE_COMBO_BOX_ENTRY' undeclared
var_append GCC_WRAPPER_REMOVE ' ' '-D*DISABLE_DEPRECATED'
confopt="$confopt --with-messages=/var/log/messages"

Loading…
Cancel
Save