~ubuntu-branches/ubuntu/trusty/openarena/trusty

« back to all changes in this revision

Viewing changes to code/qcommon/q_platform.h

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert
  • Date: 2009-11-19 17:37:45 UTC
  • Revision ID: james.westby@ubuntu.com-20091119173745-2c787mp8v6osge39
Tags: 0.8.1-6
* Convert source package to format 3.0 quilt
  * Drop build dependency on quilt
  * Remove quilt calls from debian/rules
  * Drop build dependency on sharutils, because we now can ship (binary) PNG
    icons in debian 3.0 source packages
* Import a patch from Simon McVittie (see #546184 for details) to fix building
  openarena on amd64 processors with a 32bit userland. Thanks to Simon
  McVittie! (Closes: #546184)
* Allow parallel builds for SMP machines to speed up building openarena
* Update Vcs-* fields as this package now lives in Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
 
121
121
//================================================================= LINUX ===
122
122
 
123
 
#ifdef __linux__
 
123
#if defined(__linux__) || defined(__FreeBSD_kernel__)
124
124
 
125
125
#include <endian.h>
126
126