Browse Source

gnucash: fixed autoreconf workaround to run very late in the preconf hook

stable/0.2
Christian Wiese 14 years ago
parent
commit
9147e38a62
  1. 2
      office/gnucash/gnucash.conf

2
office/gnucash/gnucash.conf

@ -15,7 +15,7 @@
# --- SDE-COPYRIGHT-NOTE-END ---
# workaround autoconf error: possibly undefined macro: AM_GCONF_SOURCE_2
hook_add preconf 3 "autoreconf -v -I $(pkgprefix -r datadir gconf)/aclocal"
hook_add preconf 9 "autoreconf -v -I $(pkgprefix -r datadir gconf)/aclocal"
var_append GCC_WRAPPER_REMOVE " " "-Werror"

Loading…
Cancel
Save