aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-10-14 00:16:04 +0800
committeroliver <oliver@FreeBSD.org>2003-10-14 00:16:04 +0800
commite921646994ea2564fcf1e8e50e2cf6ac8962287b (patch)
tree10244e5f018702a222beecff90238982c302ae49 /multimedia
parente68b0d34cdf668ff10374315b9da6f386273d3af (diff)
downloadfreebsd-ports-gnome-e921646994ea2564fcf1e8e50e2cf6ac8962287b.tar.gz
freebsd-ports-gnome-e921646994ea2564fcf1e8e50e2cf6ac8962287b.tar.zst
freebsd-ports-gnome-e921646994ea2564fcf1e8e50e2cf6ac8962287b.zip
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 <matthias.andree@web.de>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xawtv/Makefile1
-rw-r--r--multimedia/xawtv/files/patch-x11::xt.c12
2 files changed, 13 insertions, 0 deletions
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;