Skip to content

Commit

Permalink
tiff: Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Aug 19, 2019
1 parent 0f28c2d commit c91b1a6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tiff-4.0.10-4.cmake → tiff-4.0.10.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ superbuild_package(

superbuild_package(
NAME tiff
VERSION ${patch_version}
VERSION ${patch_version}openorienteering1
DEPENDS
source:tiff-patches-${patch_version}
libjpeg
Expand All @@ -97,12 +97,10 @@ superbuild_package(
BUILD [[
CMAKE_ARGS
"-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}"
# This cache entry is a fallback, needed for MinGW
"-DFILE_OFFSET_BITS=32"
# USE_WIN32_FILEIO causes build problems and doesn't seem to be the
# default for autoconf/configure controlled builds. In addition, more
# trouble is pending, http://bugzilla.maptools.org/show_bug.cgi?id=1941.
"-DUSE_WIN32_FILEIO:BOOL=OFF"
# We don't provide all possible sources (yet)
"-Djbig:BOOL=OFF"
"-Dwebp:BOOL=OFF"
"-Dzstd:BOOL=OFF"
# GNUInstallDirs doesn't work with CMAKE_STAGING_PREFIX
-UCMAKE_STAGING_PREFIX
INSTALL_COMMAND
Expand Down

0 comments on commit c91b1a6

Please sign in to comment.