diff options
Diffstat (limited to 'graphics/clutter/patches/patch-aa')
-rw-r--r-- | graphics/clutter/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/clutter/patches/patch-aa b/graphics/clutter/patches/patch-aa new file mode 100644 index 00000000000..ecb58d34807 --- /dev/null +++ b/graphics/clutter/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2009/10/26 08:45:52 obache Exp $ + +--- clutter/clutter-json.h.in.orig 2009-10-19 14:32:54.000000000 +0000 ++++ clutter/clutter-json.h.in +@@ -6,8 +6,6 @@ + * without changing the other headers. + */ + +-#include "@JSON_PREFIX@/json-types.h" +-#include "@JSON_PREFIX@/json-parser.h" +-#include "@JSON_PREFIX@/json-generator.h" ++#include "@JSON_PREFIX@/json-glib.h" + + #endif /* __CLUTTER_JSON_H__ */ |