diff options
author | tron <tron> | 2001-05-12 06:36:42 +0000 |
---|---|---|
committer | tron <tron> | 2001-05-12 06:36:42 +0000 |
commit | 36d274830b207109c6874ad94a6821607a127a72 (patch) | |
tree | 16c4ba5f48d4cf77b5b6d3d7248a53f8afb846c4 /devel | |
parent | f82ce5a1d424230206c8b471b9914c5df3dfb720 (diff) | |
download | pkgsrc-36d274830b207109c6874ad94a6821607a127a72.tar.gz |
Fix build problem under NetBSD-current.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index a25efa89ad0..a9780996ae8 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/05/03 22:03:31 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2001/05/12 06:36:42 tron Exp $ # FreeBSD: ports/devel/sdcc/Makefile,v 1.5 2000/04/15 15:13:38 knu Exp DISTNAME= sdcc-2.2.1-src @@ -38,7 +38,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -CPPFLAGS+= -I${WRKDIR}/include +CPPFLAGS+= -I${WRKDIR}/include -DYY_NEVER_INTERACTIVE post-extract: ${MKDIR} ${WRKDIR}/include |