forwarded 497923 [EMAIL PROTECTED]
thanks
Hi,
Can you please look and adopt following fix for festival?
Thanks,
Kartik
---------- Forwarded message ----------
From: Petr Salinger <[EMAIL PROTECTED]>
Date: Fri, Sep 5, 2008 at 6:16 PM
Subject: Bug#497923: speech-tools: FTBFS on GNU/kFreeBSD (fixup of
debian/rules needed)
To: [EMAIL PROTECTED]
Package: speech-tools
Severity: important
Version: 1:1.2.96~beta-2
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
The key problem is that
debian/patches/config_system.sh.diff
is not applied in time, when "make clean" runs.
Please apply a small workaround as shown bellow.
It would also be nice if you can push
debian/patches/config_system.sh.diff into upstream.
Thanks in advance
Petr
--- debian/rules
+++ debian/rules
@@ -47,7 +47,7 @@
dh_testdir
dh_testroot
dh_clean
- $(MAKE) clean
+ $(MAKE) clean SYSTEM_TYPE=unknown_DebianGNULinux
find -name make.depend -print0 | xargs -0r $(RM)
find -name make.include -print0 | xargs -0r $(RM)
find bin/ \( -name SCCS -o -name RCS -o -name CVS \) -prune \
--
Cheers,
Kartik Mistry | 0xD1028C8D | IRC: kart_
Homepage: people.debian.org/~kartik
Blog.en: ftbfs.wordpress.com
Blog.gu: kartikm.wordpress.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]