It have been fixed in xmail 1.25-2.1, but it get lost.

Please apply again.

Petr


diff -u xmail-1.25/debian/rules xmail-1.25/debian/rules
--- xmail-1.25/debian/rules
+++ xmail-1.25/debian/rules
@@ -14,6 +14,8 @@
         INSTALL_PROGRAM += -s
 endif

+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
 # Include dpatch stuff.
 include /usr/share/dpatch/dpatch.make

@@ -36,7 +38,11 @@
        dh_testdir

        # Add here commands to compile the package.
+ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
+       OSTYPE=GNU/kFreeBSD $(MAKE) -f Makefile.bsd
+else
        $(MAKE) -f Makefile.lnx
+endif
        #/usr/bin/docbook-to-man debian/xmail.sgml > xmail.1

        touch build-stamp



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to