pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/grub grub actually builds and runs fine on a ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/001ced042fc4
branches: trunk
changeset: 394253:001ced042fc4
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Jun 07 18:20:03 2009 +0000
description:
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:
sysutils/grub/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4b6d224c21b0 -r 001ced042fc4 sysutils/grub/Makefile
--- a/sysutils/grub/Makefile Sun Jun 07 18:07:00 2009 +0000
+++ b/sysutils/grub/Makefile Sun Jun 07 18:20:03 2009 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index