mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- 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
14 lines
348 B
Diff
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=*)
|