Skip to content

Commit

Permalink
Add workaround to fix build
Browse files Browse the repository at this point in the history
The make 4.4 issue can be circunvented by using a single job.
It takes longer, but builds fine.

References
----------
festvox/flite#86 (comment)
  • Loading branch information
dbermond committed Feb 25, 2023
1 parent e99eb92 commit ca0c530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = flite1
pkgdesc = A lighweight speech synthesis engine (version 1.x)
pkgver = 1.4
pkgrel = 4
pkgrel = 5
url = http://www.speech.cs.cmu.edu/flite/
arch = x86_64
license = custom
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=flite1
pkgver=1.4
pkgrel=4
pkgrel=5
pkgdesc='A lighweight speech synthesis engine (version 1.x)'
arch=('x86_64')
url='http://www.speech.cs.cmu.edu/flite/'
Expand Down Expand Up @@ -54,7 +54,7 @@ build() {
--enable-shared \
--disable-static \
--with-vox='cmu_us_kal16'
make
make -j1
make -C doc flite.pdf
}

Expand Down

0 comments on commit ca0c530

Please sign in to comment.