diff options
Diffstat (limited to 'finance/gnucash-devel/files/patch-configure')
-rw-r--r-- | finance/gnucash-devel/files/patch-configure | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/finance/gnucash-devel/files/patch-configure b/finance/gnucash-devel/files/patch-configure deleted file mode 100644 index 094f45f1bb2c..000000000000 --- a/finance/gnucash-devel/files/patch-configure +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig Sun Sep 21 16:06:57 2003 -+++ configure Sun Sep 21 16:07:24 2003 -@@ -3860,10 +3860,10 @@ - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - int main() { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings - ; return 0; } - EOF - if { (eval echo configure:3870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -11776,7 +11776,7 @@ - withval="$with_help_prefix" - GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash" - else -- GNC_HELPDIR="\${datadir}/gnome/help/gnucash" -+ GNC_HELPDIR="\${datadir}/help/gnucash" - fi - - -@@ -13665,7 +13665,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgtkhtml $GTKHTML_LIBS $LIBS" -+LIBS="-lgtkhtml-1.1 $GTKHTML_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF - #line 13671 "configure" - #include "confdefs.h" |