diff options
Diffstat (limited to 'net/nxserver/files/patch-nxdesktop-configure')
-rw-r--r-- | net/nxserver/files/patch-nxdesktop-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nxserver/files/patch-nxdesktop-configure b/net/nxserver/files/patch-nxdesktop-configure new file mode 100644 index 000000000000..791e0718ba7d --- /dev/null +++ b/net/nxserver/files/patch-nxdesktop-configure @@ -0,0 +1,11 @@ +--- nxdesktop/configure.orig Mon Sep 18 03:22:22 2006 ++++ nxdesktop/configure +@@ -405,7 +405,7 @@ + HP-UX) + cflags="$cflags -D_XOPEN_SOURCE_EXTENDED" + ;; +- Linux) ++ Linux|FreeBSD) + cflags="$cflags -DHAVE_DECL_DIRFD=1" + ;; + esac |