Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 341b50adfbfedfb5d2fe075cb46c789d > files > 10

iceape-2.49.1-3.mga6.src.rpm

--- seamonkey-2.46/mozilla/toolkit/moz.configure.graphite2_harfbuzz	2017-01-10 05:14:37.010027797 +0100
+++ seamonkey-2.46/mozilla/toolkit/moz.configure	2017-01-21 17:04:12.164365147 +0100
@@ -273,7 +273,7 @@
     return bool(value)
 
 system_graphite2 = pkg_check_modules('MOZ_GRAPHITE2', 'graphite2',
-                                     when=check_for_graphite2)
+                                     check_for_graphite2)
 
 set_config('MOZ_SYSTEM_GRAPHITE2', depends_if(system_graphite2)(lambda _: True))
 
@@ -286,8 +286,8 @@
 def check_for_harfbuzz(value):
     return bool(value)
 
-system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.3.3',
-                                    when=check_for_harfbuzz)
+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.3.2',
+                                    check_for_harfbuzz)
 
 set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True))