diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-02 17:27:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-02 17:27:18 +0000 |
commit | 1efcb59c048c5fb3ef297a43844bd117dfabf27c (patch) | |
tree | 49341a70102d14450222cb6605e5311aec287246 /graphics/clutter | |
parent | 27e164d41e1bd0e05347f76622420988e4415b71 (diff) | |
download | pkgsrc-1efcb59c048c5fb3ef297a43844bd117dfabf27c.tar.gz |
remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,
addresses PR pkg/45912 by Joern Clausen
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/distinfo | 4 | ||||
-rw-r--r-- | graphics/clutter/patches/patch-aa | 12 | ||||
-rw-r--r-- | graphics/clutter/patches/patch-ab | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo index f7283781df5..55fee4a226b 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.16 2010/12/03 07:30:17 obache Exp $ +$NetBSD: distinfo,v 1.17 2012/02/02 17:27:19 drochner Exp $ SHA1 (clutter-1.2.14.tar.gz) = 2fcc0a053424a33f98cbab51477cec2518c4bba6 RMD160 (clutter-1.2.14.tar.gz) = 9f54c29e17b5595b964f3345729d001189df40f1 Size (clutter-1.2.14.tar.gz) = 3201417 bytes +SHA1 (patch-aa) = b1c1df2dd6806ad9c4626b29b0fa16db67527507 +SHA1 (patch-ab) = 1031517c2a9ee5716a8cf5cf9188a53861d1f9a9 diff --git a/graphics/clutter/patches/patch-aa b/graphics/clutter/patches/patch-aa new file mode 100644 index 00000000000..7007097bf4a --- /dev/null +++ b/graphics/clutter/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2012/02/02 17:27:19 drochner Exp $ + +--- clutter/cogl/cogl/Makefile.in.orig 2010-09-24 15:28:53.000000000 +0000 ++++ clutter/cogl/cogl/Makefile.in +@@ -418,7 +418,6 @@ INCLUDES = \ + + AM_CPPFLAGS = \ + -DG_DISABLE_SINGLE_INCLUDES \ +- -DG_DISABLE_DEPRECATED \ + -DG_LOG_DOMAIN=\"Cogl-$(COGL_WINSYS)\" \ + -DCLUTTER_COMPILATION \ + $(COGL_DEBUG_CFLAGS) \ diff --git a/graphics/clutter/patches/patch-ab b/graphics/clutter/patches/patch-ab new file mode 100644 index 00000000000..317f7fe40fc --- /dev/null +++ b/graphics/clutter/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.4 2012/02/02 17:27:19 drochner Exp $ + +--- clutter/Makefile.in.orig 2010-09-24 15:28:52.000000000 +0000 ++++ clutter/Makefile.in +@@ -472,7 +472,6 @@ AM_CPPFLAGS = \ + -DCLUTTER_COMPILATION=1 \ + -DCOGL_DISABLE_DEPRECATED \ + -DCOGL_ENABLE_EXPERIMENTAL_API \ +- -DG_DISABLE_DEPRECATED \ + -DG_DISABLE_SINGLE_INCLUDES \ + -DG_LOG_DOMAIN=\"Clutter\" \ + $(CLUTTER_DEBUG_CFLAGS) \ |