Opened 9 years ago

Closed 9 years ago

#6421 closed enhancement (fixed)

libmng-2.0.3

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

http://downloads.sourceforge.net/libmng/libmng-2.0.3.tar.xz

http://downloads.sourceforge.net/libmng/libmng-2.0.3.tar.xz.asc

Found:

http://upstream-tracker.org/changelogs/libmng/2.0.3/changelog.html

2.0.3 (15.11.2014)
---------------------------
[szukw000@arcor.de] More changes to libmng_types.h. 

Other then version changes, there are essentially two changes, one of them equivalent to the sed in our libmng-2.0.2 page:

@@ -200,10 +201,14 @@
 #endif
 #define JPEG_INTERNAL_OPTIONS          /* for RGB_PIXELSIZE */
 /* There has been a change in jpeg-9 : */
-#ifndef _WIN32
+#if !defined(HAVE_BOOLEAN) && !defined(_WIN32)
 #define HAVE_BOOLEAN
+#endif
+#ifndef _WIN32
 typedef int boolean;
 #endif
+/* For jpegsrc.v09a: */
+#include <stdio.h>
 #include <jpeglib.h>
 #endif /* MNG_INCLUDE_IJG6B */

Change History (4)

comment:1 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:3 by Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:4 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r15860.

Note: See TracTickets for help on using tickets.