From 18db5b867654955a202d9ac1e4515b03036a9c94 Mon Sep 17 00:00:00 2001 From: Maarten Gribnau Date: Sun, 3 Nov 2002 22:43:28 +0000 Subject: [PATCH] Added specific external libary locations for OSX/darwin that override the defaults in the lib tree (see instructions in ../readme.txt). Maarten (mail@maartengribnau.com) --- source/nan_definitions.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 1a0726080a7..fca41aee843 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -100,6 +100,12 @@ all debug:: ifeq ($(OS),darwin) ID = $(shell whoami) HOST = $(shell hostname -s) + # MAART: override libraries locations to use fink installed libraries + export NAN_OPENSSL = /sw + export NAN_JPEG = /sw + export NAN_PNG = /sw + export NAN_PYTHON = $(LCGDIR)/python + export NAN_PYTHON_VERSION = 2.2 endif ifeq ($(OS),freebsd) ID = $(shell whoami)