Skip to content

Commit

Permalink
grass-dev: remove merge patch (refs OSGeo/grass#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 18, 2024
1 parent 5d2486c commit 64e9e7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/grass-dev/osgeo4w/patch
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ diff --git a/mswindows/osgeo4w/package.sh b/mswindows/osgeo4w/package.sh
index c638c40ee..9350acc3a 100755
--- a/mswindows/osgeo4w/package.sh
+++ b/mswindows/osgeo4w/package.sh
@@ -111,29 +111,21 @@ DLLS="
@@ -110,29 +110,21 @@ DLLS="
/mingw64/bin/zlib1.dll
/mingw64/bin/libbz2-1.dll
/mingw64/bin/libiconv-2.dll
/mingw64/bin/libexpat-1.dll
- /mingw64/bin/libfontconfig-1.dll
/mingw64/bin/libgfortran-5.dll
- /mingw64/bin/libbrotlidec.dll
Expand Down Expand Up @@ -113,7 +113,7 @@ index c638c40ee..9350acc3a 100755
"

if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
@@ -149,18 +141,18 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
@@ -148,18 +140,18 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
cp -uv $DLLS dist.x86_64-w64-mingw32/bin

mkdir -p mswindows/osgeo4w/lib
Expand All @@ -139,7 +139,7 @@ index c638c40ee..9350acc3a 100755
--with-opengl=windows \
--without-x \
--with-cxx \
@@ -168,13 +160,13 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
@@ -167,13 +159,13 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
--enable-largefile \
--with-fftw \
--with-freetype \
Expand All @@ -159,7 +159,7 @@ index c638c40ee..9350acc3a 100755
--with-gdal=$PWD/mswindows/osgeo4w/gdal-config \
--with-geos=$PWD/mswindows/osgeo4w/geos-config \
--with-sqlite \
@@ -190,10 +182,11 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
@@ -189,10 +181,11 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
--with-lapack-includes=/mingw64/include \
--with-openmp \
--with-cairo \
Expand All @@ -173,7 +173,7 @@ index c638c40ee..9350acc3a 100755
--without-pdal

touch mswindows/osgeo4w/configure-stamp
@@ -249,7 +242,9 @@ if [ -n "$PACKAGE_PATCH" ]; then
@@ -248,7 +241,9 @@ if [ -n "$PACKAGE_PATCH" ]; then

# copy dependencies (TODO: to be reduced)
cp -uv $DLLS apps/grass/grass$POSTFIX/bin
Expand Down

0 comments on commit 64e9e7b

Please sign in to comment.