summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorgrant <grant>2005-07-14 23:58:37 +0000
committergrant <grant>2005-07-14 23:58:37 +0000
commit0cecb19a565cd9054c935c9d56c64cd5cde3d25e (patch)
tree9f82b66bbedabea63934d3d0a1301e991e3f83b2 /shells
parent9d20bf05ee948b7d3dc04aa18427113d8d7cf808 (diff)
downloadpkgsrc-0cecb19a565cd9054c935c9d56c64cd5cde3d25e.tar.gz
fix build on OpenBSD, from Jason Lingohr.
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/distinfo4
-rw-r--r--shells/tcsh/patches/patch-ad12
2 files changed, 9 insertions, 7 deletions
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo
index 986956c53dd..0f78b74c010 100644
--- a/shells/tcsh/distinfo
+++ b/shells/tcsh/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2005/03/29 04:38:10 kim Exp $
+$NetBSD: distinfo,v 1.17 2005/07/14 23:58:37 grant Exp $
SHA1 (tcsh-6.14.00.tar.gz) = 55a08b31a57cfd8631edd1fb7e42f18578d8198a
RMD160 (tcsh-6.14.00.tar.gz) = fa7635225ceb0225aedcfad5dd9d8e17d8d70849
Size (tcsh-6.14.00.tar.gz) = 859780 bytes
SHA1 (patch-aa) = 98ab704908a6fe2f570d2688c2a9bdb600f630eb
-SHA1 (patch-ad) = 97afc66c2c1c900d7b56a4128a3f6a6f958bad78
+SHA1 (patch-ad) = 0cb983da575050d7aa7ac41dc0c980302503768b
SHA1 (patch-ap) = 332a71c54a3bba11b96e43b94b2d050a3a114540
diff --git a/shells/tcsh/patches/patch-ad b/shells/tcsh/patches/patch-ad
index 6b3aa1d0f96..644a7748a0f 100644
--- a/shells/tcsh/patches/patch-ad
+++ b/shells/tcsh/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.8 2005/03/29 04:38:10 kim Exp $
+$NetBSD: patch-ad,v 1.9 2005/07/14 23:58:37 grant Exp $
---- config_f.h.orig 2005-03-04 08:46:04.000000000 -0500
-+++ config_f.h 2005-03-28 22:41:48.000000000 -0500
-@@ -44,7 +44,16 @@
+--- config_f.h.orig 2005-03-05 00:46:04.000000000 +1100
++++ config_f.h
+@@ -44,7 +44,18 @@
* of nls...
*
*/
@@ -14,13 +14,15 @@ $NetBSD: patch-ad,v 1.8 2005/03/29 04:38:10 kim Exp $
+# else
+# undef SHORT_STRINGS
+# endif
++#elif defined(__OpenBSD__)
++# undef SHORT_STRINGS
+#else
+# define SHORT_STRINGS
+#endif
/*
* WIDE_STRINGS Represent strings using wide characters
-@@ -69,7 +78,11 @@
+@@ -69,7 +80,11 @@
* if you don't have <nl_types.h>, you don't want
* to define this.
*/