~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2007-10-04 21:31:10 UTC
  • Revision ID: james.westby@ubuntu.com-20071004213110-gcca65jlw6fv54cy
Tags: 1.29-0ubuntu3
Build against PortAudio v18, due to v19 causing speech output
headaches. (LP: #140673)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
build-stamp: patch-stamp
25
25
        dh_testdir
26
26
 
27
 
        cp $(CURDIR)/src/portaudio19.h $(CURDIR)/src/portaudio.h
 
27
        cp $(CURDIR)/src/portaudio18.h $(CURDIR)/src/portaudio.h
28
28
        cd src && CXXFLAGS="$(CXXFLAGS) $(CFLAGS)" $(MAKE)
29
29
        cd src && $(MAKE) clean
30
30
        cd src && CXXFLAGS="$(CXXFLAGS) $(CFLAGS)" $(MAKE) speak DATADIR=$(CURDIR)/espeak-data