Files
pkgsrc-ng/x11/libxshmfence/patches/patch-src_xshmfenceint.h
2016-11-18 22:39:22 +01:00

16 lines
339 B
C

$NetBSD: patch-src_xshmfenceint.h,v 1.1 2015/09/24 23:34:16 tnn Exp $
--- src/xshmfenceint.h.orig 2013-12-02 21:07:56.000000000 +0000
+++ src/xshmfenceint.h
@@ -32,6 +32,10 @@
#include "xshmfence_futex.h"
#endif
+#if HAVE_SEMAPHORE
+#include "xshmfence_semaphore.h"
+#endif
+
#if HAVE_PTHREAD
#include "xshmfence_pthread.h"
#endif