diff --git a/dev-util/gyp/patches/gyp-20160504~git.patchset b/dev-util/gyp/patches/gyp-20160504~git.patchset index 2b0dab69c..31539844b 100644 --- a/dev-util/gyp/patches/gyp-20160504~git.patchset +++ b/dev-util/gyp/patches/gyp-20160504~git.patchset @@ -125,7 +125,7 @@ index 0000000..cf23ca5 + fd = os.open(lockfile, os.O_RDONLY|os.O_NOCTTY|os.O_CREAT, 0o666) + fcntl.flock(fd, fcntl.LOCK_EX) + ret = subprocess.call(cmd_list) -+ # Haiki bug -- lock is not released on file close? ++ # Haiku bug -- lock is not released on file close? + fcntl.flock(fd, fcntl.LOCK_UN) + return ret +