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 \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]