diff options
Diffstat (limited to 'devel/sdcc/Makefile')
-rw-r--r-- | devel/sdcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index 44eaf46bc48..faed83e94b2 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/04 21:29:29 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/05/11 13:55:38 joerg Exp $ DISTNAME= sdcc-2.4.0 PKGNAME= ${DISTNAME:S/-src//} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sdcc.sourceforge.net/ COMMENT= Cross compile 8051 code +USE_LANGUAGES= c c++ + # XXX - This HACK circumvent a problem with the use of yacc that breaks the # XXX - building process of sdcc. Use of bison fixes this problem for now. # |