aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-07-23 23:59:00 +0800
committerwxs <wxs@FreeBSD.org>2009-07-23 23:59:00 +0800
commit80faaf8e94eca65c74260b1a0b90c08a6e8614f2 (patch)
treea6d3f7b158261c04d25bc118c5fee813a36c0fa5 /net
parent5312bafacf9111bcedb561645130431095f38870 (diff)
downloadfreebsd-ports-graphics-80faaf8e94eca65c74260b1a0b90c08a6e8614f2.tar.gz
freebsd-ports-graphics-80faaf8e94eca65c74260b1a0b90c08a6e8614f2.tar.zst
freebsd-ports-graphics-80faaf8e94eca65c74260b1a0b90c08a6e8614f2.zip
- Fix build on 7-STABLE and current.
Noticed by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/tintin++-devel/files/patch-configure18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/tintin++-devel/files/patch-configure b/net/tintin++-devel/files/patch-configure
new file mode 100644
index 00000000000..29bafbbe941
--- /dev/null
+++ b/net/tintin++-devel/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; }