summaryrefslogtreecommitdiff
path: root/debian/patches/add_missing_zlib.h.patch
blob: f10774c04bd59f584c83676af8732698349b23f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 01 Dec 2016 12:12:30 +0100
Description: Add missing definition for Z_BEST_COMPRESSION taken over from zlib.h

--- a/vibrant/shim3d.c
+++ b/vibrant/shim3d.c
@@ -337,6 +337,7 @@ NLM_EXTERN void LIBCALL Nlm_HeapSort PRO
 #include <shim3d.h>
 #include <stdio.h>
 #include <ddvcolor.h>
+#define Z_BEST_COMPRESSION       9
 
 #if defined(_OPENGL) && defined(_PNG)
 TOGL_Data *Cn3D_GetCurrentOGLData(void); /* in cn3dxprt.c */