Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-05-11 20:54:01 +0400
committerStefan Gartner <stefang@aon.at>2003-05-11 20:54:01 +0400
commitf62cd76ed82d16031275e2b26f799e28f0afa6b1 (patch)
tree4644728ec702eb143a2aeab4cf0a73d31e7f5a87 /source/nan_definitions.mk
parentba3cab450b1313036379aa4b2f88783c087858f1 (diff)
disable INTERNATIONAL and WITH_FREETYPE2 on FreeBSD
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk4
1 files 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)