You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
606 B

Index: Makefile.in
--- Makefile.in.orig 2010-12-06 20:53:01.000000000 +0100
+++ Makefile.in 2010-12-15 12:28:13.000000000 +0100
@@ -77,7 +77,7 @@
####################################### The documentation
-docs: dvipng.dvi dvipng.info
+docs: dvipng.info
dvipng.dvi: $(TEXIFILES)
-$(TEXIDVI) -I $(srcdir) $(srcdir)/dvipng.texi
Index: special.c
--- special.c.orig 2010-12-06 11:14:22.000000000 +0100
+++ special.c 2010-12-15 12:28:47.000000000 +0100
@@ -26,7 +26,7 @@
#ifndef MIKTEX
#ifndef WIN32
-#include <wait.h>
+#include <sys/wait.h>
#else /* WIN32 */
#include <fcntl.h>
#include <io.h>