pkgsrc-wip/py-kaa-base/patches/patch-ab
David Howland 47665bb8af The Kaa Media Repository is a set of python modules related to media.
Kaa provides a base module that implements the common features needed for
application development, such as mainloop management, timers, signals,
callbacks, file descriptor monitors, etc. Kaa's other modules provide specific
media-related functionality, such as retrieving metadata on arbitrary media
files (kaa.metadata, previously called mmpython), Python wrappers for Imlib2,
Xine, and Evas, and many other high level APIs for easily creating applications
that deal with video and audio.
2007-04-29 16:10:42 +00:00

18 lines
493 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2007/04/29 16:10:42 dhowland Exp $
--- src/extensions/inotify/fallback-inotify.h.orig 2007-03-28 05:11:04.000000000 -0400
+++ src/extensions/inotify/fallback-inotify.h
@@ -7,7 +7,13 @@
#ifndef _LINUX_INOTIFY_H
#define _LINUX_INOTIFY_H
+#if defined(__NetBSD__)
+#include <sys/types.h>
+#define __s32 int32_t
+#define __u32 u_int32_t
+#else
#include <linux/types.h>
+#endif
/*
* struct inotify_event - structure read from the inotify device for each event