1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 10:29:15 -04:00
ports/graphics/gphoto2/files/patch-configure
Guido Falsi 30120a8d58 Update to 2.5.8
PR:		201845
Submitted by:	tkato432@yahoo.com
2015-07-28 20:12:45 +00:00

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;
}