ports/net/onedrive/files/patch-src_monitor.d
Kurt Jaeger fd6e9a388e net/onedrive: upgrade 1.1.3 -> 2.3.3
- MASTERSITE moved

PR:		237545
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Relnotes:	https://github.com/abraunegg/onedrive/releases
		https://github.com/abraunegg/onedrive/blob/master/CHANGELOG.md
2019-04-28 15:35:02 +00:00

9 lines
335 B
D

--- src/monitor.d.orig 2019-04-24 07:47:09 UTC
+++ src/monitor.d
@@ -1,4 +1,5 @@
-import core.sys.linux.sys.inotify;
+// import core.sys.linux.sys.inotify;
+import freebsd_inotify;
import core.stdc.errno;
import core.sys.posix.poll, core.sys.posix.unistd;
import std.exception, std.file, std.path, std.regex, std.stdio, std.string;