From 61bb0ed24a4aebb28af4de68a2758340439e4c27 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Wed, 31 Oct 2007 19:46:09 +0000 Subject: [PATCH] Add two patches to allow this package to be buuilt on the vax again. ok naddy --- .../gettext/patches/patch-gettext-runtime_configure | 13 +++++++++++++ devel/gettext/patches/patch-gettext-tools_configure | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 devel/gettext/patches/patch-gettext-runtime_configure create mode 100644 devel/gettext/patches/patch-gettext-tools_configure diff --git a/devel/gettext/patches/patch-gettext-runtime_configure b/devel/gettext/patches/patch-gettext-runtime_configure new file mode 100644 index 00000000000..22ad31cd1a6 --- /dev/null +++ b/devel/gettext/patches/patch-gettext-runtime_configure @@ -0,0 +1,13 @@ +$OpenBSD: patch-gettext-runtime_configure,v 1.1 2007/10/31 19:46:09 mbalmer Exp $ +--- gettext-runtime/configure.orig Wed Oct 31 07:48:40 2007 ++++ gettext-runtime/configure Wed Oct 31 07:55:25 2007 +@@ -23086,7 +23086,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 () + { diff --git a/devel/gettext/patches/patch-gettext-tools_configure b/devel/gettext/patches/patch-gettext-tools_configure new file mode 100644 index 00000000000..30c20b1cf89 --- /dev/null +++ b/devel/gettext/patches/patch-gettext-tools_configure @@ -0,0 +1,13 @@ +$OpenBSD: patch-gettext-tools_configure,v 1.1 2007/10/31 19:46:09 mbalmer Exp $ +--- gettext-tools/configure.orig Wed Oct 31 07:55:51 2007 ++++ gettext-tools/configure Wed Oct 31 07:57:58 2007 +@@ -23744,7 +23744,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 () + {