Package: dvi2ps
Severity: important
Tags: patch

Hi,

the current version of dvi2ps fails to build on GNU/kFreeBSD.

Simple patch to fix that is bellow. 
It would be nice if it could be included in the next upload.

Thanks in advance,

        Petr



--- pswl.c~     2005-10-31 08:34:00.000000000 +0100
+++ pswl.c      2005-10-31 08:34:00.000000000 +0100
@@ -243,8 +243,12 @@
 static char *StdVW="32";
 /*static char *UniqueId="9876";*/
 
+#if 0
 time_t time();
 char *ctime();
+#else
+#include <time.h>
+#endif
 
 wl_type1_prologue1(fid)
 int fid;





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

Reply via email to