27 lines
658 B
Plaintext
27 lines
658 B
Plaintext
$OpenBSD: patch-configure,v 1.10 2004/10/17 16:05:47 brad Exp $
|
|
--- configure.orig Fri Oct 15 16:44:50 2004
|
|
+++ configure Sun Oct 17 11:31:28 2004
|
|
@@ -4450,7 +4450,7 @@ fi
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define GQVIEW_HELPDIR "$prefix/share/gqview"
|
|
+#define GQVIEW_HELPDIR "$prefix/share/doc/gqview"
|
|
_ACEOF
|
|
|
|
|
|
@@ -7747,12 +7747,11 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
int
|
|
main ()
|
|
{
|
|
bindtextdomain ("", "");
|
|
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
|
+return (int) gettext ("") + _nl_msg_cat_cntr
|
|
;
|
|
return 0;
|
|
}
|