aboutsummaryrefslogtreecommitdiff
path: root/x11/xtrans/files/patch-Xtransint.h
blob: dad2894845429cb6e2b2876b628e2676e6976ecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Xtransint.h.orig	2013-11-08 10:46:59.086340096 +0100
+++ Xtransint.h	2013-11-08 11:02:02.275278727 +0100
@@ -72,7 +72,7 @@
 #  define XTRANSDEBUG 1
 #endif
 
-#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
+#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun) || defined(__FreeBSD__))
 #error "FD passing support only on Linux & Solaris"
 #endif