Browse Source

gnucash: fixed autoreconf workaround due to the changed gnome2 prefix

stable/0.2
Christian Wiese 13 years ago
parent
commit
c96ce9a880
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      office/gnucash/gnucash.conf

+ 1
- 1
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 9 "autoreconf -v -I $(pkgprefix -r datadir gconf)/aclocal"
hook_add preconf 9 "autoreconf -vfi"
# disable treating compile warnings as errors
# var_append extraconfopt ' ' '--disable-error-on-warning'

Loading…
Cancel
Save