From 5ea92d262aa83b931c381ab042ba65e71284170f Mon Sep 17 00:00:00 2001
From: Rashad Kanavath <rashad.kanavath@c-s.fr>
Date: Tue, 3 Feb 2015 11:22:45 +0100
Subject: [PATCH] missing -I before includes

---
 patches/GDAL/nmake_gdal_extra.opt.in | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/patches/GDAL/nmake_gdal_extra.opt.in b/patches/GDAL/nmake_gdal_extra.opt.in
index 85664a3d32..54a3935ae5 100644
--- a/patches/GDAL/nmake_gdal_extra.opt.in
+++ b/patches/GDAL/nmake_gdal_extra.opt.in
@@ -1,5 +1,12 @@
+
+# Comment out the following to disable BSB support.
+BSB_SUPPORTED = 1
+
+# Comment out the following to disable ODBC support.
+ODBC_SUPPORTED = 1
+
 # Comment out the following to disable JPEG support.
-#JPEG_SUPPORTED = 1
+JPEG_SUPPORTED = 1
 
 # This will enable 12bit libjpeg - use only with internal jpeg builds.
 #JPEG12_SUPPORTED = 1
@@ -51,7 +58,7 @@ CURL_LIB = $(CURL_DIR)\lib\libcurl.lib wsock32.lib wldap32.lib winmm.lib
 # Uncomment for GEOS support (GEOS >= 3.1.0 required)
 GEOS_DIR=@CMAKE_WIN_INSTALL_PREFIX@
 GEOS_CFLAGS = -I$(GEOS_DIR)\include -I$(GEOS_DIR)\include\geos -DHAVE_GEOS
-GEOS_LIB     = $(GEOS_DIR)\lib\geos_c.lib
+GEOS_LIB     = $(GEOS_DIR)\lib\geos.lib $(GEOS_DIR)\lib\geos_c.lib
 
 # Uncomment for OpenJpeg (release v2.0.0) support
 OPENJPEG_ENABLED = YES
-- 
GitLab