diff options
Diffstat (limited to 'app-emulation/x48/files/x48-0.6.3-no-readline.patch')
-rw-r--r-- | app-emulation/x48/files/x48-0.6.3-no-readline.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/x48/files/x48-0.6.3-no-readline.patch b/app-emulation/x48/files/x48-0.6.3-no-readline.patch deleted file mode 100644 index 90c7d7854b39..000000000000 --- a/app-emulation/x48/files/x48-0.6.3-no-readline.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- x48-0.6.3.orig/configure.ac 2011-01-30 12:35:56.960715403 -0500 -+++ x48-0.6.3/configure.ac 2011-01-30 12:35:41.746142323 -0500 -@@ -82,7 +82,7 @@ - - # Checks for header files. - AC_HEADER_STDC --AC_CHECK_HEADERS([fcntl.h memory.h stdlib.h string.h sys/ioctl.h sys/time.h termios.h unistd.h]) -+AC_CHECK_HEADERS([fcntl.h memory.h stdlib.h string.h sys/ioctl.h sys/time.h termios.h unistd.h stdint.h]) - - # Checks for typedefs, structures, and compiler characteristics. - AC_C_CONST |