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

« back to all changes in this revision

Viewing changes to Makefile.local

  • 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:
3
3
COPYDIR="/usr/local/games/openarena"
4
4
 
5
5
#We want openAL
6
 
USE_OPENAL=1
 
6
#USE_OPENAL=1
7
7
 
8
8
#Next we want to bind openAL on runtime. SDL sound will be used if openAL is not installed
9
 
USE_OPENAL_DLOPEN=1
 
9
#USE_OPENAL_DLOPEN=1
10
10
 
11
11
#We want vorbis support!
12
12
USE_CODEC_VORBIS=1