diff options
Diffstat (limited to 'net/tintin++/files/patch-configure')
-rw-r--r-- | net/tintin++/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/tintin++/files/patch-configure b/net/tintin++/files/patch-configure new file mode 100644 index 000000000000..29bafbbe941e --- /dev/null +++ b/net/tintin++/files/patch-configure @@ -0,0 +1,18 @@ +--- ./configure.orig 2009-07-22 10:02:23.000000000 -0400 ++++ ./configure 2009-07-22 10:02:40.000000000 -0400 +@@ -6176,11 +6176,11 @@ + { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 + $as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} + { (exit 1); exit 1; }; } +-if test -r "/dev/ptmx"; then +- ac_cv_file__dev_ptmx=yes +-else ++#if test -r "/dev/ptmx"; then ++# ac_cv_file__dev_ptmx=yes ++#else + ac_cv_file__dev_ptmx=no +-fi ++#fi + fi + { $as_echo "$as_me:$LINENO: result: $ac_cv_file__dev_ptmx" >&5 + $as_echo "$ac_cv_file__dev_ptmx" >&6; } |