9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
31 lines
1 KiB
Text
31 lines
1 KiB
Text
--- configure.orig 2003-02-02 04:27:15 UTC
|
|
+++ configure
|
|
@@ -4027,10 +4027,9 @@ else
|
|
#include "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; }
|
|
EOF
|
|
if { (eval echo configure:4037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
@@ -4416,7 +4415,6 @@ else
|
|
#include "confdefs.h"
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
extern
|
|
#ifdef __cplusplus
|
|
"C"
|
|
@@ -4424,7 +4422,7 @@ extern
|
|
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 + *_nl_expand_alias (0)
|
|
; return 0; }
|
|
EOF
|
|
if { (eval echo configure:4431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|