[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#337021: dctc: FTBFS on GNU/kFreeBSD



The attached patch looks better to me. I'll upload a fixed package soon,
as it seems this package is "maintained" by the QA Group.


-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net
--- dvi2ps-3.2j.orig/defs.h
+++ dvi2ps-3.2j/defs.h
@@ -31,7 +31,7 @@
 #define	SEEK_END	2
 #endif
 
-#ifdef linux
+#if defined(linux) || defined(__GLIBC__)
 #include	<time.h>
 #endif
 

Reply to: