Skip to content

Commit

Permalink
geo/gdal: disable the miramon driver to unbreak packaging on little-e…
Browse files Browse the repository at this point in the history
…ndian

the driver was added in OSGeo/gdal#9688 but is
disabled on !BE, thus MM_m_idofic.csv isn't installed and packaging
fails on at least powerpc64
  • Loading branch information
landryb committed Nov 16, 2024
1 parent c12e547 commit f348db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions geo/gdal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ COMMENT-main = translator library for geospatial data formats
COMMENT-python =python bindings and utilities for GDAL

V = 3.10.0
REVISION = 0
DISTNAME = gdal-${V}
DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
gdalautotest-${V}${EXTRACT_SUFX}
Expand Down Expand Up @@ -105,6 +106,7 @@ CONFIGURE_ARGS =-DGDAL_USE_CFITSIO:BOOL=OFF \
-DGDAL_USE_PODOFO:BOOL=OFF \
-DGDAL_USE_IDB:BOOL=OFF \
-DGDAL_USE_OPENEXR:BOOL=OFF \
-DOGR_ENABLE_DRIVER_MIRAMON:BOOL=OFF \
-DBUILD_CSHARP_BINDINGS:BOOL=OFF \
-DBUILD_JAVA_BINDINGS:BOOL=OFF \
-DPython_ROOT=${LOCALBASE} \
Expand Down
1 change: 0 additions & 1 deletion geo/gdal/pkg/PLIST-main
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ share/gdal/GDALLogoBW.svg
share/gdal/GDALLogoColor.svg
share/gdal/GDALLogoGS.svg
share/gdal/LICENSE.TXT
share/gdal/MM_m_idofic.csv
share/gdal/bag_template.xml
share/gdal/cubewerx_extra.wkt
share/gdal/default.rsc
Expand Down

0 comments on commit f348db7

Please sign in to comment.