From 568f36aa4e060267311e19b58b4dd257bca98be4 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Sun, 11 May 2003 17:07:13 +0000 Subject: [PATCH] changed default location of gettext libs on OS X --- source/nan_definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 82f0876ad6d..f3d05918739 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -142,7 +142,7 @@ all debug:: export NAN_ZLIB ?= $(LCGDIR)/zlib export NAN_NSPR ?= $(LCGDIR)/nspr export NAN_FREETYPE ?= /sw - export NAN_GETTEXT ?= /sw + export NAN_GETTEXT ?= $(LCGDIR)/gettext # Uncomment the following line to use Mozilla inplace of netscape # CPPFLAGS +=-DMOZ_NOT_NET