Add two patches to allow this package to be buuilt on the vax again.
ok naddy
This commit is contained in:
parent
2ca0684271
commit
61bb0ed24a
13
devel/gettext/patches/patch-gettext-runtime_configure
Normal file
13
devel/gettext/patches/patch-gettext-runtime_configure
Normal file
@ -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 ()
|
||||
{
|
13
devel/gettext/patches/patch-gettext-tools_configure
Normal file
13
devel/gettext/patches/patch-gettext-tools_configure
Normal file
@ -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 ()
|
||||
{
|
Loading…
Reference in New Issue
Block a user