d7463b74c5
- Fix libint/libiconv linking - Don't use bundled libintl headers - Bump PKGNAME
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
$OpenBSD: patch-configure,v 1.2 2006/02/12 16:46:08 alek Exp $
|
|
--- configure.orig Sun Apr 28 21:23:03 2002
|
|
+++ configure Sun Feb 12 12:13:21 2006
|
|
@@ -13288,7 +13288,6 @@ else
|
|
#include "confdefs.h"
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
extern
|
|
#ifdef __cplusplus
|
|
"C"
|
|
@@ -13304,7 +13303,7 @@ int
|
|
main ()
|
|
{
|
|
bindtextdomain ("", "");
|
|
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
|
|
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
|
;
|
|
return 0;
|
|
}
|
|
@@ -13335,7 +13334,6 @@ rm -f conftest.$ac_objext conftest$ac_ex
|
|
#include "confdefs.h"
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
extern
|
|
#ifdef __cplusplus
|
|
"C"
|
|
@@ -13351,7 +13349,7 @@ int
|
|
main ()
|
|
{
|
|
bindtextdomain ("", "");
|
|
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
|
|
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
|
;
|
|
return 0;
|
|
}
|
|
@@ -14162,7 +14160,7 @@ s,@USE_NLS@,$USE_NLS,;t t
|
|
s,@LIBICONV@,$LIBICONV,;t t
|
|
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
|
s,@INTLLIBS@,$INTLLIBS,;t t
|
|
-s,@LIBINTL@,$LIBINTL,;t t
|
|
+s,@LIBINTL@,$LTLIBINTL,;t t
|
|
s,@LTLIBINTL@,$LTLIBINTL,;t t
|
|
s,@POSUB@,$POSUB,;t t
|
|
CEOF
|