mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
17 lines
406 B
Text
17 lines
406 B
Text
--- configure.orig 2015-07-05 20:43:09 UTC
|
|
+++ configure
|
|
@@ -13459,13 +13459,11 @@ else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* 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 ("");
|
|
;
|
|
return 0;
|
|
}
|