summaryrefslogtreecommitdiff
path: root/mk/platform/Darwin.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-04-28 12:53:56 +0000
committerobache <obache@pkgsrc.org>2013-04-28 12:53:56 +0000
commit099df4c85b7545e77b271403920341ce68525ead (patch)
treeaf8e95660a8a1a639dee6cb8f4bbedd6faff6146 /mk/platform/Darwin.mk
parentf8c5808463ca0e689fba33c6838a12f06c91492e (diff)
downloadpkgsrc-099df4c85b7545e77b271403920341ce68525ead.tar.gz
Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables.
list of system library and header file directories. Also add missing _OPSYS_SYSTEM_RPATH for some platforms.
Diffstat (limited to 'mk/platform/Darwin.mk')
-rw-r--r--mk/platform/Darwin.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index ad845561085..5f37c4b7663 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.51 2013/04/04 10:24:14 jperkin Exp $
+# $NetBSD: Darwin.mk,v 1.52 2013/04/28 12:53:56 obache Exp $
#
# Variable definitions for the Darwin operating system.
@@ -71,6 +71,10 @@ _USER_DEPENDS= user>=20040801:../../sysutils/user_darwin
_OPSYS_EMULDIR.darwin= # empty
+_OPSYS_SYSTEM_RPATH?= /usr/lib
+_OPSYS_LIB_DIRS?= /usr/lib
+_OPSYS_INCLUDE_DIRS?= /usr/include
+
.if ${OS_VERSION:R} >= 6
_OPSYS_HAS_INET6= yes # IPv6 is standard
.else