summaryrefslogtreecommitdiff
path: root/mk/platform/Interix.mk
diff options
context:
space:
mode:
authortv <tv>2005-03-28 15:04:07 +0000
committertv <tv>2005-03-28 15:04:07 +0000
commite01491fc73ece19df6ac2b2e7eb5a256e6fb27af (patch)
treee96b696a082ef885d892ae658a25c53a3e79f5a2 /mk/platform/Interix.mk
parente30d5c826152b30f53408471b7d8f869215de173 (diff)
downloadpkgsrc-e01491fc73ece19df6ac2b2e7eb5a256e6fb27af.tar.gz
With the SORT=gsort hack for Interix, all hell breaks loose on pkg_add
because pkginstall encodes it into its scripts. sigh. Hack around this. For bulk builds on Interix only, use gsort for "tflat"; use the system-supplied sort for the rest of the build.
Diffstat (limited to 'mk/platform/Interix.mk')
-rw-r--r--mk/platform/Interix.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 914491ab22b..1388152f2dc 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.29 2005/03/24 16:21:48 tv Exp $
+# $NetBSD: Interix.mk,v 1.30 2005/03/28 15:04:07 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -47,9 +47,6 @@ AWK?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}awk
.if exists(${LOCALBASE}/bin/gtar)
GTAR?= ${LOCALBASE}/bin/gtar
.endif
-.if exists(${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}sort)
-SORT?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}sort
-.endif
AWK?= /usr/contrib/bin/gawk
BASENAME?= /bin/basename