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:
authorTon Roosendaal <ton@blender.org>2005-09-16 00:25:44 +0400
committerTon Roosendaal <ton@blender.org>2005-09-16 00:25:44 +0400
commit08d52f781d8d6d6f41ed69fe60e1ea14ffc6ebeb (patch)
tree16fd8324f95107513ee62d38c7ee72651983e4bc /source/nan_definitions.mk
parente63f2117219db6b46325e8a60965530941f9710c (diff)
Made sure makefiles use by default the lib/ libraries for OSX. It was
still pointing at /sw (fink stuff)
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 74038650db9..a8795ecee48 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -154,14 +154,14 @@ endif
export NAN_OPENAL ?= $(LCGDIR)/openal
export NAN_FMOD ?= $(LCGDIR)/fmod
- export NAN_JPEG ?= /sw
- export NAN_PNG ?= /sw
+ export NAN_JPEG ?= $(LCGDIR)/jpeg
+ export NAN_PNG ?= $(LCGDIR)/png
export NAN_ODE ?= $(LCGDIR)/ode
export NAN_TERRAPLAY ?= $(LCGDIR)/terraplay
export NAN_MESA ?= /usr/src/Mesa-3.1
export NAN_ZLIB ?= $(LCGDIR)/zlib
export NAN_NSPR ?= $(LCGDIR)/nspr
- export NAN_FREETYPE ?= /sw
+ export NAN_FREETYPE ?= $(LCGDIR)/freetype
export NAN_GETTEXT ?= $(LCGDIR)/gettext
export NAN_SDL ?= $(LCGDIR)/sdl
export NAN_SDLCFLAGS ?= -I$(NAN_SDL)/include