diff options
Diffstat (limited to 'graphics/agg26/files')
-rw-r--r-- | graphics/agg26/files/patch-configure.ac | 15 | ||||
-rw-r--r-- | graphics/agg26/files/patch-font_freetype__agg_font_freetype.cpp | 11 |
2 files changed, 0 insertions, 26 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.]) - ) diff --git a/graphics/agg26/files/patch-font_freetype__agg_font_freetype.cpp b/graphics/agg26/files/patch-font_freetype__agg_font_freetype.cpp deleted file mode 100644 index 2bae296c0829..000000000000 --- a/graphics/agg26/files/patch-font_freetype__agg_font_freetype.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- font_freetype/agg_font_freetype.cpp.orig 2023-08-21 15:51:12 UTC -+++ font_freetype/agg_font_freetype.cpp -@@ -158,7 +158,7 @@ namespace agg - - FT_Vector* point; - FT_Vector* limit; -- char* tags; -+ unsigned char *tags; - - int n; // index of contour in outline - int first; // index of first point in contour |