git: fbf097fa0735 - main - graphics/gdal: revert build accelerator for test build

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Tue, 12 Aug 2025 21:35:39 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbf097fa07354437cdb9372ea680d2df0c94d868

commit fbf097fa07354437cdb9372ea680d2df0c94d868
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-08-12 21:34:19 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-08-12 21:35:28 +0000

    graphics/gdal: revert build accelerator for test build
    
    This wasn't meant to be committed, but escaped. Sorry for that.
    
    Fixes:          a89864a3eeba graphics/gdal: fix OPENDRIVE-enabled build
---
 graphics/gdal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index fa05da3d4f3e..62c09c9b8a78 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -64,7 +64,7 @@ CMAKE_ON=	BUILD_APPS \
 		BUILD_SHARED_LIBS \
 		BUILD_STATIC_LIBS \
 		ENABLE_GNM \
-		ENABLE_IPOX \
+		ENABLE_IPO \
 		ENABLE_PAM \
 		GDAL_AUTOLOAD_PLUGINS \
 		GDAL_BUILD_OPTIONAL_DRIVERS \