From e346fb8780b46c34f649af4a46b13a7434455b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Wed, 21 Mar 2012 05:20:53 +0100 Subject: [PATCH] MACOSX: change default prefix for libs --- configure | 4 +--- ports.mk | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 41e468b2382..93c9b26ef3f 100755 --- a/configure +++ b/configure @@ -148,7 +148,7 @@ _windres=windres _stagingpath="staging" _win32path="C:/residualvm" _aos4path="Games:ResidualVM" -_staticlibpath=/sw +_staticlibpath=/opt/local _sdlconfig=sdl-config _freetypeconfig=freetype-config _sdlpath="$PATH" @@ -4006,8 +4006,6 @@ STAGINGPATH=$_stagingpath WIN32PATH=$_win32path AOS4PATH=$_aos4path STATICLIBPATH=$_staticlibpath -#ResidualVM specific: -SDLCONFIG=$_sdlconfig BACKEND := $_backend MODULES += $MODULES diff --git a/ports.mk b/ports.mk index 381c82ef0b8..68ac031ccd7 100644 --- a/ports.mk +++ b/ports.mk @@ -81,8 +81,7 @@ endif # Location of static libs for the iPhone ifneq ($(BACKEND), iphone) # Static libaries, used for the residualvm-static and iphone targets -#ResidualVM path for SDL -OSX_STATIC_LIBS := `$(SDLCONFIG) --static-libs` +OSX_STATIC_LIBS := `$(STATICLIBPATH)/bin/sdl-config --static-libs` endif ifdef USE_VORBIS