From 690203de7486b577dc8b34d1a2fa8b97b686d2f9 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Thu, 17 Jun 2010 18:54:37 +0000 Subject: Fix possible link error for scummvm-static (for MacOS X bundle) when USE_TRANSLATION is set but USE_TERMCONV is not. svn-id: r49941 --- ports.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports.mk') diff --git a/ports.mk b/ports.mk index 0feaacbea3..a7ad8febfe 100644 --- a/ports.mk +++ b/ports.mk @@ -101,7 +101,7 @@ ifdef USE_ZLIB OSX_ZLIB ?= -lz endif -ifdef USE_TRANSLATION +ifdef USE_TERMCONV OSX_ICONV ?= -liconv endif -- cgit v1.2.3