|
|
|
@ -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" |
|
|
|
|