summaryrefslogtreecommitdiffstats
path: root/redhat/extras/style-ia-ora/ia_ora-1.08-fix_automake_detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/extras/style-ia-ora/ia_ora-1.08-fix_automake_detection.patch')
-rw-r--r--redhat/extras/style-ia-ora/ia_ora-1.08-fix_automake_detection.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/extras/style-ia-ora/ia_ora-1.08-fix_automake_detection.patch b/redhat/extras/style-ia-ora/ia_ora-1.08-fix_automake_detection.patch
new file mode 100644
index 000000000..dcde642e3
--- /dev/null
+++ b/redhat/extras/style-ia-ora/ia_ora-1.08-fix_automake_detection.patch
@@ -0,0 +1,11 @@
+--- ia_ora-kde-1.0.8/admin/cvs.sh.ORI 2012-08-03 22:52:42.259238606 +0200
++++ ia_ora-kde-1.0.8/admin/cvs.sh 2012-08-03 22:52:49.735803751 +0200
+@@ -68,7 +68,7 @@
+ echo "*** KDE requires automake $required_automake_version"
+ exit 1
+ ;;
+- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* )
++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[01]* )
+ echo "*** $AUTOMAKE_STRING found."
+ UNSERMAKE=no
+ ;;