diff options
Diffstat (limited to 'net/centericq/files/patch-configure')
-rw-r--r-- | net/centericq/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/centericq/files/patch-configure b/net/centericq/files/patch-configure new file mode 100644 index 000000000000..512e2c030db9 --- /dev/null +++ b/net/centericq/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Mon Mar 22 21:27:18 2004 ++++ configure Sun Mar 28 12:33:02 2004 +@@ -4907,7 +4907,7 @@ + #include "confdefs.h" + #include <libintl.h> + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; ++extern int *libintl_nl_domain_bindings; + extern + #ifdef __cplusplus + "C" +@@ -4915,7 +4915,7 @@ + const char *_nl_expand_alias (); + int main() { + bindtextdomain ("", ""); +-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) ++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) + ; return 0; } + EOF + if { (eval echo configure:4922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |