From 49c0729ce889223884dcafefbc71f1a1f10dce79 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Mon, 13 Oct 2003 16:16:04 +0000 Subject: Don't treat a nonremote display as remote (and so disabling the the overlay mode w/o a need to) PR: ports/57869 Submitted By: Matthias Andree --- multimedia/xawtv/Makefile | 1 + multimedia/xawtv/files/patch-x11::xt.c | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 multimedia/xawtv/files/patch-x11::xt.c (limited to 'multimedia') diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index f0d8e80f6ff4..26a2b1b0f404 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -7,6 +7,7 @@ PORTNAME= xawtv PORTVERSION= 3.88.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/multimedia/xawtv/files/patch-x11::xt.c b/multimedia/xawtv/files/patch-x11::xt.c new file mode 100644 index 000000000000..86487e873333 --- /dev/null +++ b/multimedia/xawtv/files/patch-x11::xt.c @@ -0,0 +1,12 @@ +diff -ur xawtv-3.88.1/x11/xt.c xawtv-3.88.1-ma/x11/xt.c +--- x11/xt.c Wed Apr 16 12:23:12 2003 ++++ x11/xt.c Sat Oct 11 21:04:36 2003 +@@ -1459,7 +1459,7 @@ + fprintf(stderr,"*"); + + /* catch unix sockets on FreeBSD */ +- if (0 == length) { ++ if (0 == length || ss.ss_family == AF_UNIX) { + if (debug) + fprintf(stderr, " ok (unix socket)\n"); + return; -- cgit v1.2.3