aboutsummaryrefslogtreecommitdiff
path: root/sysutils/policykit
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2012-03-04 23:42:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2012-03-04 23:42:25 +0000
commit279d117c655346a2591971301d6eb5ec9999503d (patch)
tree480bd2fe836b38257b0576b98975ffa8b682aaec /sysutils/policykit
parenta97e9152defb64df057a5f99d966d83f3ffc3531 (diff)
downloadports-279d117c655346a2591971301d6eb5ec9999503d.tar.gz
ports-279d117c655346a2591971301d6eb5ec9999503d.zip
Notes
Diffstat (limited to 'sysutils/policykit')
-rw-r--r--sysutils/policykit/files/patch-src_polkit_polkit-context.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/policykit/files/patch-src_polkit_polkit-context.c b/sysutils/policykit/files/patch-src_polkit_polkit-context.c
new file mode 100644
index 000000000000..4d763448e299
--- /dev/null
+++ b/sysutils/policykit/files/patch-src_polkit_polkit-context.c
@@ -0,0 +1,22 @@
+--- src/polkit/polkit-context.c.orig 2012-03-04 18:35:51.000000000 -0500
++++ src/polkit/polkit-context.c 2012-03-04 18:38:35.000000000 -0500
+@@ -45,7 +45,8 @@
+ #else
+ #ifdef HAVE_INOTIFY
+ #include <sys/inotify.h>
+-#elif HAVE_KQUEUE
++#endif
++#ifdef HAVE_KQUEUE
+ #include <sys/event.h>
+ #include <sys/time.h>
+ #include <fcntl.h>
+@@ -123,7 +124,8 @@ struct _PolKitContext
+ int inotify_config_wd;
+ int inotify_policy_wd;
+ int inotify_grant_perm_wd;
+-#elif HAVE_KQUEUE
++#endif
++#ifdef HAVE_KQUEUE
+ int kqueue_fd;
+ int kqueue_fd_watch_id;
+ int kqueue_config_fd;