diff options
author | tnn <tnn@pkgsrc.org> | 2009-06-07 18:20:03 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-06-07 18:20:03 +0000 |
commit | a35e4b04914504c47729e02a6d29275082511680 (patch) | |
tree | 72d1648ce224ff0ae64482b676b78a018dce75ad /sysutils | |
parent | d35a4685e2d2382ab87c1e4ba3db18d8c980360a (diff) | |
download | pkgsrc-a35e4b04914504c47729e02a6d29275082511680.tar.gz |
grub actually builds and runs fine on a NetBSD 5.x amd64 host, and knows
that it has to pass -m32 to gcc, so enable build for this platform.
Diffstat (limited to 'sysutils')
-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 7496f8386cb..97ff91234c3 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2008/04/12 22:43:12 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2009/06/07 18:20:03 tnn Exp $ DISTNAME= grub-0.97 PKGREVISION= 8 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 -ONLY_FOR_PLATFORM= *-*-i386 +ONLY_FOR_PLATFORM= *-*-i386 NetBSD-[5-9].*-x86_64 GNU_CONFIGURE= YES USE_TOOLS+= gmake |