summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-15 19:28:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-15 19:28:07 +0800
commit32fce6271d6ff80e1f024eb08d9ff331b9875848 (patch)
tree9dd6905fd9b6d7da58bf7b384821e306c964bf02 /x11-wm
parent83336df0d60669702098ba6fe170dc3cd4a0f583 (diff)
downloadmarcuscom-ports-32fce6271d6ff80e1f024eb08d9ff331b9875848.tar
marcuscom-ports-32fce6271d6ff80e1f024eb08d9ff331b9875848.tar.gz
marcuscom-ports-32fce6271d6ff80e1f024eb08d9ff331b9875848.tar.bz2
marcuscom-ports-32fce6271d6ff80e1f024eb08d9ff331b9875848.tar.lz
marcuscom-ports-32fce6271d6ff80e1f024eb08d9ff331b9875848.tar.xz
marcuscom-ports-32fce6271d6ff80e1f024eb08d9ff331b9875848.tar.zst
marcuscom-ports-32fce6271d6ff80e1f024eb08d9ff331b9875848.zip
Don't error on warnings.
Reported by: ericbsd git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17167 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/mutter/files/patch-src_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/mutter/files/patch-src_Makefile.in b/x11-wm/mutter/files/patch-src_Makefile.in
new file mode 100644
index 000000000..8b07ed92e
--- /dev/null
+++ b/x11-wm/mutter/files/patch-src_Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2012-12-15 03:21:20.000000000 +0000
++++ src/Makefile.in 2012-12-15 03:21:29.000000000 +0000
+@@ -620,7 +620,7 @@
+ @HAVE_INTROSPECTION_TRUE@ $(libmutterinclude_base_headers) \
+ @HAVE_INTROSPECTION_TRUE@ $(filter %.c,$(libmutter_la_SOURCES))
+
+-@HAVE_INTROSPECTION_TRUE@@META_GIR@_SCANNERFLAGS = --warn-all --warn-error
++@HAVE_INTROSPECTION_TRUE@@META_GIR@_SCANNERFLAGS = --warn-all
+ mutter_theme_viewer_LDADD = $(MUTTER_LIBS) libmutter.la
+ testboxes_SOURCES = core/testboxes.c
+ testgradient_SOURCES = ui/testgradient.c