retitle 401854 xmail: FTBFS on GNU/kFreeBSD (fixup of debian/rules needed)
found 401854 1.25-1
found 401854 1.25-2
thanks


Hi,

the current version still fails to build on GNU/kFreeBSD.
One part from April patch still have to be applied, see bellow.

It would be nice if it could be included in the next upload.

Thanks in advance

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