diff options
author | tron <tron> | 2007-06-25 13:05:56 +0000 |
---|---|---|
committer | tron <tron> | 2007-06-25 13:05:56 +0000 |
commit | 66017a5cb8078368aeae1a5feb8f1f9127633657 (patch) | |
tree | 723cf4bf15fbb371afe7559462fd5b6fa3093071 /sysutils/grub/Makefile | |
parent | 6af35174bc61d277cecd38851edd26fb9faa19e6 (diff) | |
download | pkgsrc-66017a5cb8078368aeae1a5feb8f1f9127633657.tar.gz |
Fix build problems with GCC 4.x if netboot support is enabled.
Patches provided by Dieter Roelants in PR pkg/36549.
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index c8a9f0cfe6f..161ae0f128f 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/12/17 19:21:42 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.47 2007/06/25 13:05:56 tron Exp $ DISTNAME= grub-0.97 PKGREVISION= 7 |