summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-09-05 06:39:01 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-09-05 06:39:01 +0000
commita81d77dfe11f4340a43580b2eaf16dd2cf39e444 (patch)
tree2b49e2ce38be0ceb0b0fdd075ace3924b45b280d /sys-libs/libtermcap-compat/files
parentremove /etc/termcap (diff)
downloadgentoo-2-a81d77dfe11f4340a43580b2eaf16dd2cf39e444.tar.gz
gentoo-2-a81d77dfe11f4340a43580b2eaf16dd2cf39e444.tar.bz2
gentoo-2-a81d77dfe11f4340a43580b2eaf16dd2cf39e444.zip
new package
Diffstat (limited to 'sys-libs/libtermcap-compat/files')
-rw-r--r--sys-libs/libtermcap-compat/files/digest-libtermcap-compat-1.2.31
-rw-r--r--sys-libs/libtermcap-compat/files/libtermcap-compat_bcopy_fix.patch14
2 files changed, 15 insertions, 0 deletions
diff --git a/sys-libs/libtermcap-compat/files/digest-libtermcap-compat-1.2.3 b/sys-libs/libtermcap-compat/files/digest-libtermcap-compat-1.2.3
new file mode 100644
index 000000000000..7f86750b9f0e
--- /dev/null
+++ b/sys-libs/libtermcap-compat/files/digest-libtermcap-compat-1.2.3
@@ -0,0 +1 @@
+MD5 698f1e510845b8c0f15ea8c3010c35ed termcap-compat_1.2.3.tar.gz 552156
diff --git a/sys-libs/libtermcap-compat/files/libtermcap-compat_bcopy_fix.patch b/sys-libs/libtermcap-compat/files/libtermcap-compat_bcopy_fix.patch
new file mode 100644
index 000000000000..350659745d07
--- /dev/null
+++ b/sys-libs/libtermcap-compat/files/libtermcap-compat_bcopy_fix.patch
@@ -0,0 +1,14 @@
+--- tparam.c.orig Sun Feb 15 22:40:15 1998
++++ tparam.c Thu Sep 5 08:16:58 2002
+@@ -24,9 +24,11 @@
+ #undef STDC_HEADERS
+ #define STDC_HEADERS
+ #define HAVE_UNISTD_H
++/*
+ #if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
+ #define bcopy(s, d, n) memcpy ((d), (s), (n))
+ #endif
++ */
+ #endif
+
+ #ifdef STDC_HEADERS