[webkitgtk4/f22] Distributor patch probably needs more backslashes

catanzaro catanzaro at fedoraproject.org
Fri Feb 27 20:52:28 UTC 2015


commit 91413e4960eab2867c4d255e14e5ca729b9ecb8d
Author: Michael Catanzaro <mcatanzaro at gnome.org>
Date:   Fri Feb 27 14:51:05 2015 -0600

    Distributor patch probably needs more backslashes
    
    webkitgtk3 failed to build; looks like \\ wasn't enough to actually get
    a backslash into the output

 webkitgtk4.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/webkitgtk4.spec b/webkitgtk4.spec
index 981c8e3..859f85d 100644
--- a/webkitgtk4.spec
+++ b/webkitgtk4.spec
@@ -144,7 +144,7 @@ rm -rf Source/ThirdParty/qunit/
 %endif
 
 %if 0%{?fedora}
-%global optflags %{optflags} -DUSER_AGENT_GTK_DISTRIBUTOR_NAME=\\"Fedora\\"
+%global optflags %{optflags} -DUSER_AGENT_GTK_DISTRIBUTOR_NAME=\'\\"Fedora\\"\'
 %endif
 
 # Disable ld.gold on s390 as it does not have it.


More information about the scm-commits mailing list