summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-18 10:13:59 +0000
committerobache <obache@pkgsrc.org>2014-05-18 10:13:59 +0000
commite693cb37067eab7f2a268b01d292d7f0f67688ca (patch)
tree882b03838f8e7efc633a6c4ae50682bb2ac0f202 /mk
parent2eae12af79088e70fc636b38610cca1747cb8e0d (diff)
downloadpkgsrc-e693cb37067eab7f2a268b01d292d7f0f67688ca.tar.gz
catch up to /boot/common removal, adust header/library location.
noticed by diger in pkgsrc-users@.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Haiku.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/platform/Haiku.mk b/mk/platform/Haiku.mk
index c14bde5d9c1..5828da5a6fa 100644
--- a/mk/platform/Haiku.mk
+++ b/mk/platform/Haiku.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Haiku.mk,v 1.11 2014/05/18 09:45:40 obache Exp $
+# $NetBSD: Haiku.mk,v 1.12 2014/05/18 10:13:59 obache Exp $
#
# Variable definitions for the Haiku operating system.
@@ -33,11 +33,18 @@ USERADD?= /bin/useradd
GROUPADD?= /bin/groupadd
.endif
+.if exists(/boot/system/develop)
+_OPSYS_SYSTEM_RPATH?= /boot/system/lib
+_OPSYS_LIB_DIRS?= /boot/system/develop/lib /boot/system/lib
+_OPSYS_INCLUDE_DIRS?= /boot/system/develop/headers \
+ /boot/system/develop/headers/posix
+.else
_OPSYS_SYSTEM_RPATH?= /boot/common/lib:/boot/system/lib
_OPSYS_LIB_DIRS?= /boot/common/lib /boot/system/lib
_OPSYS_INCLUDE_DIRS?= /boot/common/include \
/boot/develop/headers/posix \
/boot/develop/headers/3rdparty
+.endif
_OPSYS_HAS_INET6= yes # IPv6 is standard
_OPSYS_HAS_JAVA= no # Java is not standard