disable INTERNATIONAL and WITH_FREETYPE2 on FreeBSD

This commit is contained in:
Stefan Gartner 2003-05-11 16:54:01 +00:00
parent ba3cab450b
commit f62cd76ed8

@ -201,10 +201,10 @@ all debug::
export NAN_PARANOID ?= true
# enable l10n
export INTERNATIONAL ?= true
# export INTERNATIONAL ?= true
# enable freetype2 support for text objects
export WITH_FREETYPE2 ?= true
# export WITH_FREETYPE2 ?= true
else
ifeq ($(OS),irix)