diff options
author | nia <nia@pkgsrc.org> | 2020-05-24 21:10:17 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-24 21:10:17 +0000 |
commit | 9d9c11ec200f662ba4036a473ba67a97de6b4107 (patch) | |
tree | 40ef1a6525a8f47d7635057a91a5df6e89464adf /devel/bmake/files/pathnames.h | |
parent | 8952825c9069351f6e5dc102fee78bc5f1e7ad1c (diff) | |
download | pkgsrc-9d9c11ec200f662ba4036a473ba67a97de6b4107.tar.gz |
bmake: Update to 20200524.
This should help bootstrap on older platforms, such as IRIX with
the mipspro compiler.
2020-05-24 Simon J Gerraty <sjg@beast.crufty.net>
* configure.in: add AC_PROG_CC_C99 for mipspro compiler
* dirname.c: remove include of namespace.h
Diffstat (limited to 'devel/bmake/files/pathnames.h')
-rw-r--r-- | devel/bmake/files/pathnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bmake/files/pathnames.h b/devel/bmake/files/pathnames.h index 0a33981c7dc..64852f9dc63 100644 --- a/devel/bmake/files/pathnames.h +++ b/devel/bmake/files/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.6 2020/05/24 11:09:43 nia Exp $ */ +/* $NetBSD: pathnames.h,v 1.7 2020/05/24 21:10:17 nia Exp $ */ /* * Copyright (c) 1990, 1993 @@ -29,7 +29,7 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 - * $Id: pathnames.h,v 1.6 2020/05/24 11:09:43 nia Exp $ + * $Id: pathnames.h,v 1.7 2020/05/24 21:10:17 nia Exp $ */ #if HAVE_CONFIG_H |