summaryrefslogtreecommitdiff
path: root/app-accessibility/yasr/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/yasr/files')
-rw-r--r--app-accessibility/yasr/files/yasr-0.6.9-automake113.patch15
-rw-r--r--app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch25
-rw-r--r--app-accessibility/yasr/files/yasr-0.6.9-gettext019.patch11
-rw-r--r--app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch27
4 files changed, 0 insertions, 78 deletions
diff --git a/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch b/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch
deleted file mode 100644
index 0697a17fdc3f..000000000000
--- a/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -2,11 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
-
- AC_INIT(yasr, 0.6.9, mgorse@alum.wpi.edu)
- AM_INIT_AUTOMAKE()
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
-
- AC_ISC_POSIX
- AC_PROG_CC
--AM_PROG_CC_STDC
- AC_HEADER_STDC
- AC_PROG_INSTALL
- dnl Checks for libraries.
diff --git a/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch b/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch
deleted file mode 100644
index ccff0009e9eb..000000000000
--- a/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/yasr/yasr.h
-+++ b/yasr/yasr.h
-@@ -306,22 +306,10 @@
- extern void opt_say(int num, int flag);
- extern void opt_set(int num, void *val);
- extern void opt_queue_empty(int ll);
- extern void opt_write(FILE * fp);
-
--/* openpty.c prototypes */
--extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
--
--/* cfmakeraw.c prototypes */
--extern void cfmakeraw(struct termios *);
--
--/* login_tty.c prototypes */
--extern int login_tty(int);
--
--/* forkpty.c prototypes */
--extern int forkpty(int *, char *, struct termios *, struct winsize *);
--
- /* tbc - Would it be more efficient to ensure that "blank" grids always held
- ascii 0x20 rather than ascii 0x00? */
- #define y_isblank(ch) ((ch & 0xdf) == 0)
- #define cblank(r, c) ((win->row[r][c] & 0xdf) == 0)
- #define ttssend(x) if (x) tts_send(x, strlen(x))
diff --git a/app-accessibility/yasr/files/yasr-0.6.9-gettext019.patch b/app-accessibility/yasr/files/yasr-0.6.9-gettext019.patch
deleted file mode 100644
index 89b2adfcd45f..000000000000
--- a/app-accessibility/yasr/files/yasr-0.6.9-gettext019.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -57,7 +57,7 @@ fi
- changequote([,])dnl
-
- AM_GNU_GETTEXT(external)
--AM_GNU_GETTEXT_VERSION([0.17])
-+AM_GNU_GETTEXT_VERSION([0.19])
-
- AC_OUTPUT([ m4/Makefile
- Makefile
diff --git a/app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch b/app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch
deleted file mode 100644
index 4c2a345df58b..000000000000
--- a/app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -7,7 +7,6 @@
-
- SUBDIRS = \
- $(yasr_DDIRS) \
--m4 \
- po
-
- pkgdata_DATA = \
-@@ -25,4 +24,3 @@
- README-fr \
- README-ru
-
--ACLOCAL_AMFLAGS = -I m4
---- a/configure.in
-+++ b/configure.in
-@@ -59,8 +59,7 @@
- AM_GNU_GETTEXT(external)
- AM_GNU_GETTEXT_VERSION([0.17])
-
--AC_OUTPUT([ m4/Makefile
--Makefile
-+AC_OUTPUT([ Makefile
- yasr/Makefile
- acclogin/Makefile
- po/Makefile.in