- 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.
This commit is contained in:
parent
ca08db11c3
commit
08b1b8acc7
1 changed files with 4 additions and 1 deletions
|
@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
|
||||
CONFLICTS+= verilog-[0-9]*
|
||||
|
||||
GCC_REQD+= 3.0
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
SNAPDATE= 20060124
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= bison gmake lex
|
||||
|
|
Loading…
Reference in a new issue