Files
macports-ports/emulators/scummvm/files/patch-scummvm-sdl2net-includes.diff
Ken Cunningham 9a45822f5c scummvm/scummvm-devel: update to current
- scummvm updates to 2.7.1
- scummvm-devel to current commit
- a few patches have been incorporated upstream,sometimes in
slightly different formats to similar effect.
- one plugin fails to link libfreetype unless manually added
2023-11-09 19:55:04 -08:00

14 lines
348 B
Diff

diff --git configure configure
index 5c28f7e3..dd877d57 100755
--- configure
+++ configure
@@ -1343,7 +1343,7 @@ for ac_option in $@; do
;;
--with-sdlnet-prefix=*)
arg=`echo $ac_option | cut -d '=' -f 2`
- SDL_NET_CFLAGS="-I$arg/include"
+ SDL_NET_CFLAGS="-I$arg/include/SDL2"
SDL_NET_LIBS="-L$arg/lib"
;;
--with-opengl-prefix=*)