Index: head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c =================================================================== --- head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c (nonexistent) +++ head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c (revision 424094) @@ -0,0 +1,11 @@ +--- src/nvim/os/pty_process_unix.c.orig 2016-08-22 02:14:28 UTC ++++ src/nvim/os/pty_process_unix.c +@@ -9,7 +9,7 @@ + #include + + // forkpty is not in POSIX, so headers are platform-specific +-#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined __DragonFly__ + # include + #elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) + # include Property changes on: head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property