Package: openscenegraph-3.4 / 3.4.0+dfsg1-4

disable-zip-plugin-with-embedded-zlib.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: <alberto@pantallon>
Description: No description.
Index: openscenegraph-3.4/src/osgPlugins/CMakeLists.txt
===================================================================
--- openscenegraph-3.4.orig/src/osgPlugins/CMakeLists.txt
+++ openscenegraph-3.4/src/osgPlugins/CMakeLists.txt
@@ -244,9 +244,9 @@ IF (QT4_FOUND)
     ADD_SUBDIRECTORY(qfont)
 ENDIF()
 
-IF(ZLIB_FOUND)
-    ADD_SUBDIRECTORY(zip)
-ENDIF()
+# IF(ZLIB_FOUND)
+#     ADD_SUBDIRECTORY(zip)
+# ENDIF()
 
 IF(RSVG_FOUND)
     ADD_SUBDIRECTORY(svg)