~ubuntu-branches/ubuntu/precise/oolite/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-08-24 21:26:39 UTC
  • Revision ID: james.westby@ubuntu.com-20110824212639-kz5a7phzmmua7ulh
Tags: 1.75.3-1ubuntu1
* Allow building with libmozjs185-dev.
* Switch back to gobjc-4.6, which is compatible with the current GNUstep
  runtime in Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
GSMAKE = gs_make
18
18
 
19
 
# As we depend on libmozjs-dev > 2.0, this package belongs to experimental.
20
 
# But we force the same compiler as gnustep.
21
 
GSMAKE += CC=gcc-4.5
22
 
 
23
19
GSMAKE += use_deps=no
24
20
GSMAKE += ESPEAK=no
25
21
GSMAKE += OO_JAVASCRIPT_TRACE=no
36
32
#   DEBUG_GRAPHVIZ=no
37
33
GSMAKE += SNAPSHOT_BUILD=no
38
34
 
39
 
GSMAKE += LIBJS_INC_DIR=/usr/include/mozjs
 
35
GSMAKE += LIBJS_INC_DIR=/usr/include/js
40
36
GSMAKE += LIBJS_LIB_DIR=/usr/lib
41
 
GSMAKE += LIBJS=mozjs
 
37
GSMAKE += LIBJS=mozjs185
42
38
 
43
39
export CFLAGS += -Wall -g
44
40