lprof (1.11.4.dfsg+1.11.4.1-5.1) 03_lcmsprf.h.dpatch

Summary

 src/liblprof/lcmsprf.h |    3 +++
 1 file changed, 3 insertions(+)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_lcmsprf.h.dpatch by Oleksandr Moskalenko <malex@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Update for liblcms 1.17

@DPATCH@

--- lprof-1.11.4.dfsg+1.11.4.1~/src/liblprof/lcmsprf.h.bak	2007-08-31 15:36:20.000000000 -0700
+++ lprof-1.11.4.dfsg+1.11.4.1~/src/liblprof/lcmsprf.h	2007-08-31 15:37:39.000000000 -0700
@@ -67,6 +67,9 @@
 #define mmax(a,b) ((a) > (b)?(a):(b))
 #endif
 
+#if LCMS_VERSION > 116
+typedef int BOOL;
+#endif
 
 /* Misc operations ------------------------------------------------------------------------ */