summaryrefslogtreecommitdiff
path: root/graphics/xine-ui/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xine-ui/patches/patch-ae')
-rw-r--r--graphics/xine-ui/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/xine-ui/patches/patch-ae b/graphics/xine-ui/patches/patch-ae
new file mode 100644
index 00000000000..a3115e59602
--- /dev/null
+++ b/graphics/xine-ui/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1.1.1 2003/04/11 11:59:56 rh Exp $
+
+--- src/xitk/event.c.orig Thu Mar 20 01:36:08 2003
++++ src/xitk/event.c
+@@ -985,7 +985,9 @@ void gui_init (int nfiles, char *filenam
+ if (!XInitThreads ()) {
+ printf (_("\nXInitThreads failed - looks like you don't have a "
+ "thread-safe xlib.\n"));
++#ifndef _PTH_PTHREAD_H_
+ exit (1);
++#endif
+ }
+
+ if((gGui->display = XOpenDisplay((getenv("DISPLAY")))) == NULL) {