pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nasm require gcc-3.3, should fix problem seen on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75c326e7a0ea
branches:  trunk
changeset: 490138:75c326e7a0ea
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Mar 03 16:36:46 2005 +0000

description:
require gcc-3.3, should fix problem seen on 1.6 bulk build

diffstat:

 devel/nasm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8886057d249b -r 75c326e7a0ea devel/nasm/Makefile
--- a/devel/nasm/Makefile       Thu Mar 03 16:16:03 2005 +0000
+++ b/devel/nasm/Makefile       Thu Mar 03 16:36:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/02/25 11:42:17 adam Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/03 16:36:46 drochner Exp $
 
 DISTNAME=      nasm-0.98.39
 CATEGORIES=    devel lang
@@ -13,6 +13,7 @@
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
+GCC_REQD=              3.3
 USE_MAKEINFO=          yes
 USE_PERL5=             build
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index