Package: xconq
Severity: important
Tags: patch

Hi,

The current version of xconq fails to build on GNU/kFreeBSD, because of
of outdated config.guess and config.sub. Please find attached a patch to
fix that. Could you please add it in the next upload?

Don't hesitate to contact me if you need more information.

Thanks in advance,
Aurelien


-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS

diff -u xconq-7.4.1/debian/control xconq-7.4.1/debian/control
--- xconq-7.4.1/debian/control
+++ xconq-7.4.1/debian/control
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Timo Benk <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), tk8.3-dev, libxaw7-dev (>= 4.1.0), 
texinfo (>= 4.0), tetex-bin (>= 1.0.7)
+Build-Depends: debhelper (>> 3.0.0), tk8.3-dev, libxaw7-dev (>= 4.1.0), 
texinfo (>= 4.0), tetex-bin (>= 1.0.7), autotools-dev
 Standards-Version: 3.5.2
 
 Package: xconq
diff -u xconq-7.4.1/debian/rules xconq-7.4.1/debian/rules
--- xconq-7.4.1/debian/rules
+++ xconq-7.4.1/debian/rules
@@ -6,6 +6,7 @@
 
 $(STAMP_DIR)/source.make:
        $(MAKE) -f debian/sys-build.mk source.make
+       cp -f /usr/share/misc/config.{guess,sub} $(BUILD_DIR)
 
 configure: $(STAMP_DIR)/configure
 $(STAMP_DIR)/configure: $(STAMP_DIR)/source.make

Reply via email to