openbsd-ports/x11/libdesktop-agnostic/patches/patch-libdesktop-agnostic_vfs-glob_vala
landry 8aee2c9be6 Import libdesktop-agnostic 0.3.92, dependency of newer awn.
This library provides an extensible configuration API, a unified
virtual file system API, and a desktop item editor (all with
pluggable backends) for GLib-based projects. It is not tied to any one
desktop environment, although there are desktop-specific modules.

ok jasper@
2011-09-22 13:17:11 +00:00

13 lines
483 B
Plaintext

$OpenBSD: patch-libdesktop-agnostic_vfs-glob_vala,v 1.1.1.1 2011/09/22 13:17:11 landry Exp $
--- libdesktop-agnostic/vfs-glob.vala.orig Tue Sep 20 20:09:31 2011
+++ libdesktop-agnostic/vfs-glob.vala Tue Sep 20 20:09:39 2011
@@ -62,7 +62,7 @@ namespace DesktopAgnostic.VFS
}
}
}
- private int _flags = glob_t.MARK | glob_t.BRACE | glob_t.TILDE_CHECK;
+ private int _flags = glob_t.MARK | glob_t.BRACE | glob_t.TILDE;
public int flags
{
get