Package: delo
Version: 0.8-2.5

Hi,

A patch for Delo was submitted and uploaded into Ubuntu:
https://bugs.launchpad.net/bugs/247304

The patch 'Explicitly include limits.h for gcc 4.3', fixes a FTBFS.
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_include-limits-h.dpatch by Bobby R. Ward <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Explicitly include limits.h for gcc 4.3

@DPATCH@
diff -urNad delo-0.8~/delo/delo.c delo-0.8/delo/delo.c
--- delo-0.8~/delo/delo.c       2004-01-18 15:01:27.000000000 +0000
+++ delo-0.8/delo/delo.c        2008-07-10 14:02:33.000000000 +0000
@@ -26,6 +26,7 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <netinet/in.h>
+#include <limits.h>
 
 #include <elf.h>
 

Reply via email to