[libcommuni/el6] Added missing patch

Jan Kaluža jkaluza at fedoraproject.org
Wed Oct 10 06:09:38 UTC 2012


commit bc88fdc4f5eddf057846afc84b7cdcfafec6ea0a
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Wed Oct 10 08:09:25 2012 +0200

    Added missing patch

 libcommuni-no-examples.patch |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/libcommuni-no-examples.patch b/libcommuni-no-examples.patch
new file mode 100644
index 0000000..e621563
--- /dev/null
+++ b/libcommuni-no-examples.patch
@@ -0,0 +1,23 @@
+From 56ece378a818fd992e59464ddcbefd0f1909c2b3 Mon Sep 17 00:00:00 2001
+From: J-P Nurmi <jpnurmi at gmail.com>
+Date: Tue, 9 Oct 2012 11:44:05 +0200
+Subject: [PATCH] Do not build messageformatter benchmark when examples are
+ disabled
+
+---
+ tests/benchmarks/benchmarks.pro |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro
+index 8e32816..6252fd3 100644
+--- a/tests/benchmarks/benchmarks.pro
++++ b/tests/benchmarks/benchmarks.pro
+@@ -4,4 +4,4 @@
+ 
+ TEMPLATE = subdirs
+ 
+-SUBDIRS += messageformatter
++!no_examples:SUBDIRS += messageformatter
+-- 
+1.7.10
+


More information about the scm-commits mailing list