mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Submitted by: Paolo Gatti <onel0ve@libero.it> Tested by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
11 lines
422 B
Text
11 lines
422 B
Text
--- configure.orig Wed Jan 15 23:38:08 2003
|
|
+++ configure Wed Jan 15 23:38:08 2003
|
|
@@ -6017,4 +6017,4 @@
|
|
#include "confdefs.h"
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
+extern int *libintl_nl_domain_bindings;
|
|
@@ -6031,2 +6031,2 @@
|
|
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
|
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
|