aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-16 04:04:57 +0800
committerarved <arved@FreeBSD.org>2003-01-16 04:04:57 +0800
commit0108b1330c30d4848325dceab12fd012eb84a284 (patch)
treee23bd8f454c3b5e2e7a07d4d6fc0ff7b356d909a /graphics
parentf8f97ccc61403712dd5a50afa6f99787b5dec943 (diff)
downloadfreebsd-ports-gnome-0108b1330c30d4848325dceab12fd012eb84a284.tar.gz
freebsd-ports-gnome-0108b1330c30d4848325dceab12fd012eb84a284.tar.zst
freebsd-ports-gnome-0108b1330c30d4848325dceab12fd012eb84a284.zip
Add a missing include.
PR: 47072 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pornview/files/patch-src::support::widgets::gtkxine.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pornview/files/patch-src::support::widgets::gtkxine.h b/graphics/pornview/files/patch-src::support::widgets::gtkxine.h
new file mode 100644
index 000000000000..f0ef130010cb
--- /dev/null
+++ b/graphics/pornview/files/patch-src::support::widgets::gtkxine.h
@@ -0,0 +1,10 @@
+--- src/support/widgets/gtkxine.h.orig Sat Nov 23 22:56:41 2002
++++ src/support/widgets/gtkxine.h Sat Dec 7 15:09:28 2002
+@@ -12,6 +12,7 @@
+
+ #ifdef ENABLE_XINE
+
++#include <pthread.h>
+ #include <X11/X.h>
+ #include <X11/Xlib.h>
+ #include <X11/extensions/XShm.h>