[BACK]Return to patch-3rdparty_cmake_minizip_cmake CVS log [TXT][DIR] Up to [local] / ports / textproc / sigil / patches

Annotation of ports/textproc/sigil/patches/patch-3rdparty_cmake_minizip_cmake, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2: --- 3rdparty/cmake/minizip.cmake.orig  Sat Jan 30 18:39:54 2016
                      3: +++ 3rdparty/cmake/minizip.cmake       Thu Mar  3 18:18:07 2016
                      4: @@ -21,7 +21,7 @@ if(WIN32)
                      5:  endif()
                      6:
                      7:  # OS X doesn't have fopen64.
                      8: -if(APPLE)
                      9: +if(APPLE OR ${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
                     10:      set(PROJECT_C_FLAGS "${PROJECT_C_FLAGS} -DUSE_FILE32API")
                     11:  endif()
                     12:

CVSweb