9ed3be1d8b
Quicken-like money and finance manager If you've been looking for a way to manage your personal or business finances using Free Software, you've found it! Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. GnuCash is backed by an active development community and is blossoming into a full-fledged accounting system. Special thanks to Derek Atkins, of gnucash, who provided a diff for BSD dlsym issues that makes this a LOT more stable.
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2005/02/24 01:47:15 todd Exp $
|
|
--- configure.orig Sun Feb 6 15:03:22 2005
|
|
+++ configure Thu Feb 17 07:05:13 2005
|
|
@@ -3537,11 +3537,11 @@ else
|
|
#line 3538 "configure"
|
|
#include "confdefs.h"
|
|
#include <libintl.h>
|
|
-extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
+extern int libintl_nl_msg_cat_cntr;
|
|
+extern int *libintl_nl_domain_bindings;
|
|
int main() {
|
|
bindtextdomain ("", "");
|
|
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
|
+return (int) gettext ("") + libintl_nl_msg_cat_cntr + *libintl_nl_domain_bindings
|
|
; return 0; }
|
|
EOF
|
|
if { (eval echo configure:3548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
@@ -13488,7 +13488,7 @@ echo "configure:13476: checking for gtkh
|
|
|
|
fi
|
|
|
|
- if test "x$GTKHTML_LIBS" != x; then
|
|
+ if test "x$GTKHTML_LIBS" != "xNO"; then
|
|
echo "$ac_t""yes" 1>&6
|
|
# check for gtkhtml and enable it via HAVE_LIBGTKHTML if found
|
|
echo $ac_n "checking for gtk_html_new in -lgtkhtml-1.1""... $ac_c" 1>&6
|