pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/verilog-current - add missing USE_LANGUAGES (this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6efa764015b7
branches:  trunk
changeset: 507219:6efa764015b7
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Jan 29 13:53:51 2006 +0000

description:
- add missing USE_LANGUAGES (this pkg uses c and c++)
- require gcc>=3.0.  This should fix some recently noted build failures
  on 1.6.* systems.

diffstat:

 cad/verilog-current/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9038baaa55c2 -r 6efa764015b7 cad/verilog-current/Makefile
--- a/cad/verilog-current/Makefile      Sun Jan 29 10:04:01 2006 +0000
+++ b/cad/verilog-current/Makefile      Sun Jan 29 13:53:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2006/01/25 12:11:00 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.50 2006/01/29 13:53:51 dmcmahill Exp $
 #
 
 DISTNAME=      verilog-${SNAPDATE}
@@ -14,6 +14,9 @@
 
 CONFLICTS+=    verilog-[0-9]*
 
+GCC_REQD+=     3.0
+USE_LANGUAGES= c c++
+
 SNAPDATE=              20060124
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            bison gmake lex



Home | Main Index | Thread Index | Old Index