Files
MINGW-packages/mingw-w64-szip/szip-default-import-suffix.patch
Holger Nahrstaedt 512b6595cf szip: update to 2.1.1 (#2769)
* szip: update to 2.1.1
license-information added

* szip-hdf5.patch no needed

* fix patches
2017-08-12 23:57:25 +03:00

18 lines
581 B
Diff

diff -ur hdf5-1.8.12.orig/config/cmake/HDFMacros.cmake hdf5-1.8.12/config/cmake/HDFMacros.cmake
--- szip-2.1.orig/config/cmake/SZIPMacros.cmake 2013-11-22 22:35:38.454236491 +0100
+++ szip-2.1/config/cmake/SZIPMacros.cmake 2013-11-22 22:37:27.717130034 +0100
@@ -163,13 +163,4 @@
endif ()
endif ()
- #----- Use MSVC Naming conventions for Shared Libraries
- if (MINGW AND ${libtype} MATCHES "SHARED")
- set_target_properties (${libtarget}
- PROPERTIES
- IMPORT_SUFFIX ".lib"
- IMPORT_PREFIX ""
- PREFIX ""
- )
- endif ()
endmacro ()