diff options
author | joerg <joerg@pkgsrc.org> | 2014-01-06 22:11:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-01-06 22:11:01 +0000 |
commit | e8f884f296d5c205be7b72cfe3f668b07206cb56 (patch) | |
tree | b6aef81e43f9c037249f381c3757dc96388a34bf /audio | |
parent | 01b2b4db0a0b7728dc77153ad537f4d3418fd6f3 (diff) | |
download | pkgsrc-e8f884f296d5c205be7b72cfe3f668b07206cb56.tar.gz |
Racy build
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flite/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 3ed2881c000..f53e117344f 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/09/11 23:59:37 asau Exp $ +# $NetBSD: Makefile,v 1.9 2014/01/06 22:11:01 joerg Exp $ # DISTNAME= flite-1.3-release @@ -11,6 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.speech.cs.cmu.edu/flite/ COMMENT= Small and fast run-time synthesis engine +# Error opening output file '[...]/cmu_us_kal_diphone.o': No such file or directory +MAKE_JOBS_SAFE= no + USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes |