summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn>2008-01-16 03:09:48 +0000
committertnn <tnn>2008-01-16 03:09:48 +0000
commit29d0e7e1a481910b14a40ca5d4e67fc7b421da9c (patch)
treeff960f0cd30df51f9984549009666600ba5a0d66 /mk
parentd1c89156e2639f491ec8da6c86c014b62bffd067 (diff)
downloadpkgsrc-29d0e7e1a481910b14a40ca5d4e67fc7b421da9c.tar.gz
Delete comment about bmake not accepting .SHELL, that PR was fixed long
ago ... XXX: I would enable /bin/ksh as bmake's default shell but it fails on one of the bmake unit tests. Will need to figure out why ... Maybe some day we can provide a posixly correct shell as part of the bootstrap process.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/OSF1.mk13
1 files changed, 4 insertions, 9 deletions
diff --git a/mk/platform/OSF1.mk b/mk/platform/OSF1.mk
index 6121e3a8e39..fb55788e999 100644
--- a/mk/platform/OSF1.mk
+++ b/mk/platform/OSF1.mk
@@ -1,15 +1,7 @@
-# $NetBSD: OSF1.mk,v 1.21 2007/10/19 13:41:35 rillig Exp $
+# $NetBSD: OSF1.mk,v 1.22 2008/01/16 03:09:48 tnn Exp $
#
# Variable definitions for the OSF1 operating system.
-# current bmake is broken, see pkg/25559
-
-#.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \
-# check="set -e" ignore="set +e" \
-# echo="set -v" quiet="set +v" filter="set +v" \
-# echoFlag=v errFlag=e
-
-CPP?= /usr/bin/cpp
ECHO_N?= ${SETENV} CMD_ENV=bsd /usr/bin/echo -n
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR= share
@@ -47,6 +39,9 @@ IMAKE_GAMEMAN_DIR= ${IMAKE_MAN_SOURCE_PATH}6
IMAKE_MANNEWSUFFIX= 1
IMAKE_MANINSTALL?= maninstall catinstall
+# Fix broken system headers by using pkgtools/posix_headers
+FIX_SYSTEM_HEADERS?= yes
+
_OPSYS_EMULDIR.osf1= # empty
.if exists(/usr/include/netinet/ip6.h)