From 6f1e19f9c586476c0132b9f64e3db110a0e947d7 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 15 Jan 2020 00:07:13 +0100 Subject: add necessary preprocessor definition --- ports/libwebp/0001-build-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/libwebp/0001-build-fixes.patch b/ports/libwebp/0001-build-fixes.patch index 5e9c1121e..df483ed34 100644 --- a/ports/libwebp/0001-build-fixes.patch +++ b/ports/libwebp/0001-build-fixes.patch @@ -8,7 +8,7 @@ index 499ddce..895fda9 100644 add_definitions(-D_CRT_SECURE_NO_WARNINGS) + add_definitions(-DWEBP_HAVE_JUST_SDL_H) + if(BUILD_SHARED_LIBS) -+ add_definitions(-DWEBP_EXTERN=__declspec\(dllexport\)) ++ add_definitions(-DWEBP_EXTERN=__declspec\(dllexport\) -DWEBP_DLL) + else() + add_definitions(-DFREEGLUT_STATIC) + endif() -- cgit v1.2.3