diff options
author | schwarz <schwarz@pkgsrc.org> | 2009-01-22 20:14:04 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2009-01-22 20:14:04 +0000 |
commit | ef6511fc744f61096e251b27356e96eea618a2d1 (patch) | |
tree | 1d01c044cae90dbfa5599496067206a95331b193 /mk | |
parent | 4fc2557b0c4154a176920133b9e0e1af502ca2d9 (diff) | |
download | pkgsrc-ef6511fc744f61096e251b27356e96eea618a2d1.tar.gz |
Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5.
10.4 shipped with gm4 1.4.2, 10.3 came with 1.4.
This is not recent enough for some packages (specifically devel/autoconf),
so use pkgsrc's gm4 instead.
Fixes PR#40329.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/tools.Darwin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index bdea7a21ef0..07f93ea1317 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.38 2008/07/21 17:34:19 dbj Exp $ +# $NetBSD: tools.Darwin.mk,v 1.39 2009/01/22 20:14:04 schwarz Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -39,8 +39,8 @@ TOOLS_PLATFORM.flex?= /usr/bin/flex TOOLS_PLATFORM.ftp?= /usr/bin/ftp .if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*) TOOLS_PLATFORM.gmake?= /usr/bin/gnumake -.endif TOOLS_PLATFORM.gm4?= /usr/bin/gm4 +.endif TOOLS_PLATFORM.grep?= /usr/bin/grep TOOLS_PLATFORM.gtar?= /usr/bin/gnutar TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f |