From 02dfb26d6c79aa9126b84cd8fef4d16d3381aa87 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 17 Nov 2006 21:19:24 +0000 Subject: [PATCH] Revert accidentally committed local change. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2508 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/config_functions | 2 +- sc2/build/unix/config_proginfo_host | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/build/unix/config_functions b/sc2/build/unix/config_functions index aa7277015..e065973b6 100644 --- a/sc2/build/unix/config_functions +++ b/sc2/build/unix/config_functions @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -BUILDLOG=/tmp/build.log +BUILDLOG=/dev/null TEMPFILE="/tmp/build.$$.tmp" diff --git a/sc2/build/unix/config_proginfo_host b/sc2/build/unix/config_proginfo_host index 97a58383a..34f43b727 100644 --- a/sc2/build/unix/config_proginfo_host +++ b/sc2/build/unix/config_proginfo_host @@ -90,8 +90,8 @@ case "$HOST_SYSTEM" in LIB_SDL_image_LDFLAGS="-framework SDL_image" ;; *) - LIB_SDL_image_CFLAGS="$LIB_SDL_CFLAGS -I/opt/SDL_image/include/SDL" - LIB_SDL_image_LDFLAGS="$LIB_SDL_LDFLAGS -L/opt/SDL_image/lib -lSDL_image" + LIB_SDL_image_CFLAGS="$LIB_SDL_CFLAGS" + LIB_SDL_image_LDFLAGS="$LIB_SDL_LDFLAGS -lSDL_image" ;; esac LIB_SDL_image_VERSION=""