Bug 303161 - Add alpha support to SimGear...
Summary: Add alpha support to SimGear...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: SimGear
Version: rawhide
Hardware: alpha
OS: Linux
low
low
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-24 14:34 UTC by Oliver Falk
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-03 21:47:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Oliver Falk 2007-09-24 14:34:21 UTC
Simple patch:
diff -up SimGear-0.3.11-pre1/simgear/nasal/naref.h.alpha
SimGear-0.3.11-pre1/simgear/nasal/naref.h
--- SimGear-0.3.11-pre1/simgear/nasal/naref.h.alpha     2007-09-24
16:03:19.000000000 +0200
+++ SimGear-0.3.11-pre1/simgear/nasal/naref.h   2007-09-24 16:04:12.000000000 +0200
@@ -13,7 +13,7 @@
     defined(__ia64__) || defined(_M_IA64) || defined(__ARMEL__)
 # define NASAL_LE
 #elif defined(__sparc) || defined(__ppc__) || defined(__mips) || \
-      defined(__ARMEB__) || defined (__powerpc__) || defined (__powerpc64__)
+      defined(__ARMEB__) || defined (__powerpc__) || defined (__powerpc64__) ||
defined (__alpha__)
 # define NASAL_BE
 #else
 # error Unrecognized CPU architecture


Please check and maybe report upstream. Thx.

Comment 1 Tom "spot" Callaway 2007-10-03 21:47:16 UTC
Checked into rawhide.


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