- remove useless part from patch-configure

no pkg change
This commit is contained in:
ajacoutot 2007-10-16 13:37:15 +00:00
parent a487734df5
commit ca351c243d

View File

@ -1,21 +1,6 @@
$OpenBSD: patch-configure,v 1.2 2007/10/16 11:47:34 steven Exp $
$OpenBSD: patch-configure,v 1.3 2007/10/16 13:37:15 ajacoutot Exp $
--- configure.orig Mon Oct 18 21:13:47 2004
+++ configure Tue Oct 16 13:27:45 2007
@@ -26420,12 +26420,12 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <libintl.h>
extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+extern int libintl_nl_domain_bindings;
int
main ()
{
bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
+return (int) gettext ("") + _nl_msg_cat_cntr + libintl_nl_domain_bindings
;
return 0;
}
@@ -28238,7 +28238,7 @@ s,@HAVE_POSIX_PRINTF@,$HAVE_POSIX_PRINTF,;t t
s,@HAVE_ASPRINTF@,$HAVE_ASPRINTF,;t t
s,@HAVE_SNPRINTF@,$HAVE_SNPRINTF,;t t