Bug 1054411 - Trivial change to wxGTK's wx-config to enable ppc64le
Summary: Trivial change to wxGTK's wx-config to enable ppc64le
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: wxGTK
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Dan Horák
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-16 18:53 UTC by Brent Baude
Modified: 2014-01-17 18:30 UTC (History)
1 user (show)

Fixed In Version: wxGTK-2.8.12-11.fc21
Clone Of:
Environment:
Last Closed: 2014-01-17 18:30:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-16 18:53:19 UTC
Please consider the following trivial patch to wx-config which enables the ppc64le arch properly:

diff --git a/wx-config b/wx-config
index 41f9c65..5e0c63e 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)
+    x86_64|ppc64|ppc64le|s390x|sparc64)
         libdir=/usr/lib64
         ;;
     *)


Note You need to log in before you can comment on or make changes to this bug.