openbsd-ports/devel/gettext/patches/patch-gettext-tools_configure
naddy 382931c0ad Update to 0.17.
The major new functionality in this release is colorization support
in the message catalog tools.
ok brad@
2008-06-13 04:56:33 +00:00

14 lines
389 B
Plaintext

$OpenBSD: patch-gettext-tools_configure,v 1.2 2008/06/13 04:56:34 naddy Exp $
--- gettext-tools/configure.orig Wed Nov 7 00:37:40 2007
+++ gettext-tools/configure Mon Jun 2 22:58:10 2008
@@ -24651,7 +24651,9 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
extern void xyzzy ();
+#ifndef __vax__
#pragma weak xyzzy
+#endif
int
main ()
{