summaryrefslogtreecommitdiff
path: root/graphics/agg26/files/patch-configure.ac
diff options
context:
space:
mode:
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.])
- )