[webkitgtk/f17] fix arch if statement

Peter Robinson pbrobinson at fedoraproject.org
Mon May 14 23:21:47 UTC 2012


commit 5b56dbabe9ec3a63b5abf48654a97ecee79b7441
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 15 00:20:37 2012 +0100

    fix arch if statement

 webkitgtk.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk.spec b/webkitgtk.spec
index 76fbde4..dfc6ab6 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -118,10 +118,11 @@ This package contains developer documentation for %{name}.
 CFLAGS="%optflags -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure							\
 %ifarch %{arm}
                         --disable-jit                           \
-%endif
+%else
 %ifnarch s390 s390x ppc ppc64
                         --enable-jit                            \
 %endif
+%endif
 			--enable-geolocation			\
                         --enable-introspection                  \
                         --with-gtk=2.0                          \


More information about the scm-commits mailing list