changed default location of gettext libs on OS X

This commit is contained in:
Stefan Gartner 2003-05-11 17:07:13 +00:00
parent f62cd76ed8
commit 568f36aa4e

@ -142,7 +142,7 @@ all debug::
export NAN_ZLIB ?= $(LCGDIR)/zlib export NAN_ZLIB ?= $(LCGDIR)/zlib
export NAN_NSPR ?= $(LCGDIR)/nspr export NAN_NSPR ?= $(LCGDIR)/nspr
export NAN_FREETYPE ?= /sw export NAN_FREETYPE ?= /sw
export NAN_GETTEXT ?= /sw export NAN_GETTEXT ?= $(LCGDIR)/gettext
# Uncomment the following line to use Mozilla inplace of netscape # Uncomment the following line to use Mozilla inplace of netscape
# CPPFLAGS +=-DMOZ_NOT_NET # CPPFLAGS +=-DMOZ_NOT_NET