summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorminskim <minskim>2006-12-13 01:03:14 +0000
committerminskim <minskim>2006-12-13 01:03:14 +0000
commit46495701c8c3c9e2fe66bd8ef27703090424f354 (patch)
tree586ed9d5bba7fa0ad6735e63366154b25fbbf5be /mk/tools
parentf445eecd968601b297746b2604b848ab390d121f (diff)
downloadpkgsrc-46495701c8c3c9e2fe66bd8ef27703090424f354.tar.gz
Darwin's bison is too old (1.28) to build some packages
(e.g. libgnomeprint). Comment out lines for the native bison and note why.
Diffstat (limited to 'mk/tools')
-rw-r--r--mk/tools/tools.Darwin.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index 61421de26d6..2dff7abb1b5 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.30 2006/12/12 23:44:25 minskim Exp $
+# $NetBSD: tools.Darwin.mk,v 1.31 2006/12/13 01:03:14 minskim Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -6,8 +6,9 @@ TOOLS_PLATFORM.[?= [ # shell builtin
TOOLS_PLATFORM.awk?= /usr/bin/awk
TOOLS_PLATFORM.basename?= /usr/bin/basename
TOOLS_PLATFORM.bash?= /bin/bash
-TOOLS_PLATFORM.bison?= /usr/bin/bison
-TOOLS_PLATFORM.bison-yacc?= /usr/bin/bison -y
+# Darwin's bison is too old (1.28).
+# TOOLS_PLATFORM.bison?= /usr/bin/bison
+# TOOLS_PLATFORM.bison-yacc?= /usr/bin/bison -y
TOOLS_PLATFORM.byacc?= /usr/bin/yacc
.if exists(/usr/bin/bzcat)
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat