From f62cd76ed82d16031275e2b26f799e28f0afa6b1 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Sun, 11 May 2003 16:54:01 +0000 Subject: [PATCH] disable INTERNATIONAL and WITH_FREETYPE2 on FreeBSD --- source/nan_definitions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 6426e974f6a..82f0876ad6d 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -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)