Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3338 closed defect (fixed)

[PATCH] Use correct predefined macro to check for x86_64

Reported by: Martin Michlmayr Owned by: leper
Priority: Should Have Milestone: Alpha 19
Component: Build & Packages Keywords: patch
Cc: Patch:

Description

fcollada uses LP64 to test for 64-bit x86, but this is incorrect since LP64 is defined on other architectures, such as ARM64 (aarch64).

Attachments (1)

fcollada_lp64_fix.patch (577 bytes ) - added by Martin Michlmayr 9 years ago.

Download all attachments as: .zip

Change History (3)

by Martin Michlmayr, 9 years ago

Attachment: fcollada_lp64_fix.patch added

comment:1 by leper, 9 years ago

Owner: set to leper
Resolution: fixed
Status: newclosed

In 16862:

Use correct macro for x86_64. Patch by tbm. Fixes #3338.

comment:2 by leper, 9 years ago

Keywords: review removed
Milestone: Alpha 20Alpha 19

Thanks for the patch.

Note: See TracTickets for help on using tickets.