diff --git a/wx-config b/wx-config
index 64cf508..da28d13 100644
--- a/wx-config
+++ b/wx-config
@@ -20,7 +20,7 @@ case $arch in
     i?86|ppc|s390|sparc|arm*|ia64)
         libdir=/usr/lib
         ;;
-    x86_64|ppc64|s390x|sparc64|aarch64)
+    x86_64|ppc64|ppc64le|s390x|sparc64|aarch64)
         libdir=/usr/lib64
         ;;
     *)
diff --git a/wxGTK.spec b/wxGTK.spec
index b2ba5a3..8e317cf 100644
--- a/wxGTK.spec
+++ b/wxGTK.spec
@@ -1,6 +1,6 @@
 Name:           wxGTK
 Version:        2.8.12
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        GTK2 port of the wxWidgets GUI library
 License:        wxWidgets
 Group:          System Environment/Libraries
@@ -207,6 +207,9 @@ popd
 
 
 %changelog
+* Fri Jan 17 2014 Dan HorĂ¡k <dan[at]danny.cz> - 2.8.12-11
+- Add ppc64le (#1054411)
+
 * Tue Jan 14 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.8.12-10
 - Add aarch64, clean up spec