diff options
author | xtraeme <xtraeme> | 2005-05-09 17:35:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-05-09 17:35:16 +0000 |
commit | 9414579dd7a5e20330efc195bd412be3c8c800a4 (patch) | |
tree | 66cf38cec6fd873e8d2ca211bd22a83554cb2b5d /sysutils/grub/Makefile | |
parent | 87d819b7e5d2387001554c9ebb75d89025647fd3 (diff) | |
download | pkgsrc-9414579dd7a5e20330efc195bd412be3c8c800a4.tar.gz |
Update to 0.97.
Changes:
* Fix the prototypes and the definitions of nested functions. This was
required for gcc-4.
* Implement a more robust workaround for buggy BIOSes which don't pass
boot drive correctly (notably for HP Vectra).
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index e6b020f85b0..9cea9f87a21 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2005/04/11 21:47:24 tv Exp $ +# $NetBSD: Makefile,v 1.32 2005/05/09 17:35:16 xtraeme Exp $ # -DISTNAME= grub-0.96 +DISTNAME= grub-0.97 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ |