summarylogtreecommitdiffstats
path: root/fix_use_ptmx_on_arch.patch
diff options
context:
space:
mode:
authorIvo(sh) Musil2015-12-18 15:04:54 +0100
committerIvo(sh) Musil2015-12-18 15:04:54 +0100
commit77097a57a22760234aee40c873866b14d1c49c78 (patch)
tree9f8302aa90a1d94b46434119bcb4ccd6cc5b6a18 /fix_use_ptmx_on_arch.patch
parent578eca69ec5f86b458708987faab785604fb3f49 (diff)
downloadaur-77097a57a22760234aee40c873866b14d1c49c78.tar.gz
Switch Arch from opentty to ptmx
Diffstat (limited to 'fix_use_ptmx_on_arch.patch')
-rw-r--r--fix_use_ptmx_on_arch.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix_use_ptmx_on_arch.patch b/fix_use_ptmx_on_arch.patch
new file mode 100644
index 000000000000..dea5cac506a2
--- /dev/null
+++ b/fix_use_ptmx_on_arch.patch
@@ -0,0 +1,11 @@
+--- configure.orig 2015-12-18 14:48:28.000000000 +0100
++++ configure 2015-12-18 15:01:39.619986497 +0100
+@@ -1893,7 +1893,7 @@
+
+ echo "$ac_t""getpseudotty" 1>&6
+ else
+-if test -c /dev/ptmx && test -c /dev/pts/0
++if test -c /dev/ptmx
+ then
+ cat >> confdefs.h <<\EOF
+ #define HAVE_DEV_PTMX 1