summaryrefslogtreecommitdiff
path: root/graphics/agg26/files/patch-configure.ac
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2025-05-01 11:27:36 +0200
committerDirk Meyer <dinoex@FreeBSD.org>2025-05-01 11:27:36 +0200
commitfdb99f6428240e8c65cead4913f8b93f6ac498c7 (patch)
tree38bbd8a09353c308e83bd50640b329d13785ef2c /graphics/agg26/files/patch-configure.ac
parentdatabases/pg_store_plans: Fix syntax (diff)
graphics/agg26: update to 2.7.0
PR: 285652
Diffstat (limited to 'graphics/agg26/files/patch-configure.ac')
-rw-r--r--graphics/agg26/files/patch-configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/agg26/files/patch-configure.ac b/graphics/agg26/files/patch-configure.ac
deleted file mode 100644
index 26f1ae438df4..000000000000
--- a/graphics/agg26/files/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.ac.orig 2023-08-21 15:51:12 UTC
-+++ configure.ac
-@@ -99,9 +99,9 @@ temp_CXXFLAGS="$CXXFLAGS"
- temp_LIBS="$LIBS"
- temp_CFLAGS="$CFLAGS"
- temp_CXXFLAGS="$CXXFLAGS"
--sdl_enabled=""
--SDL_VERSION=1.2.0
--AM_PATH_SDL($SDL_VERSION,
-+sdl_enabled="yes"
-+SDL_VERSION=2.1.0
-+AM_PATH_SDL2($SDL_VERSION,
- [sdl_enabled="yes"],
- AC_MSG_WARN([*** SDL version $SDL_VERSION not found! Omitting sdl layer.])
- )