pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nasm be less restrictive about the gcc3 requirem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f730b7118136
branches:  trunk
changeset: 490187:f730b7118136
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Mar 05 09:28:14 2005 +0000

description:
be less restrictive about the gcc3 requirement, >=3.0 is fine.

diffstat:

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

diffs (18 lines):

diff -r 7c689fc484e0 -r f730b7118136 devel/nasm/Makefile
--- a/devel/nasm/Makefile       Sat Mar 05 09:19:45 2005 +0000
+++ b/devel/nasm/Makefile       Sat Mar 05 09:28:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/03/03 16:36:46 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/05 09:28:14 grant Exp $
 
 DISTNAME=      nasm-0.98.39
 CATEGORIES=    devel lang
@@ -13,7 +13,7 @@
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
-GCC_REQD=              3.3
+GCC_REQD+=             3.0
 USE_MAKEINFO=          yes
 USE_PERL5=             build
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index