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.
 
 
 
 
 
 

28 lines
853 B

Index: Makefile.in
--- Makefile.in.orig 2013-01-03 19:58:55.000000000 +0100
+++ Makefile.in 2013-01-15 23:54:19.109326069 +0100
@@ -353,10 +353,10 @@
SYSDEPSOURCES = jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c
# Headers which are installed to support the library
-INSTINCLUDES = jerror.h jmorecfg.h jpeglib.h
+INSTINCLUDES = jerror.h jmorecfg.h jpeglib.h jpegint.h jinclude.h
# Headers which are not installed
-OTHERINCLUDES = cderror.h cdjpeg.h jdct.h jinclude.h jmemsys.h jpegint.h \
+OTHERINCLUDES = cderror.h cdjpeg.h jdct.h jmemsys.h \
jversion.h transupp.h
Index: jmorecfg.h
--- jmorecfg.h.orig 2012-08-08 16:23:20.000000000 +0200
+++ jmorecfg.h 2013-01-15 23:54:45.931217068 +0100
@@ -260,6 +260,8 @@
#define TRUE 1
#endif
#else
+#undef FALSE
+#undef TRUE
typedef enum { FALSE = 0, TRUE = 1 } boolean;
#endif