# $NetBSD: Makefile,v 1.62 2023/08/02 19:20:19 nia Exp $ DISTNAME= sdcc-src-2.8.0 PKGNAME= ${DISTNAME:S/-src//} PKGREVISION= 14 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdcc/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sdcc.sourceforge.net/ COMMENT= Cross compile 8051 code LICENSE= gnu-gpl-v2 DEPENDS+= gputils-[0-9]*:../../devel/gputils MAKE_JOBS_SAFE= no 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. # USE_TOOLS+= bison BUILD_TARGET= dep all # Fails with C++14 default language FORCE_CXX_STD= c++03 WRKSRC= ${WRKDIR}/sdcc/ GNU_CONFIGURE= YES USE_TOOLS+= gmake lex:run perl:run CONFIGURE_ARGS+= --datadir=${PREFIX}/share/sdcc CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/sdcc # needed for some arch's. -fdollars-in-identifiers is enabled # by default on some, not on others CPPFLAGS+= -fdollars-in-identifiers CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q} CONFIGURE_ENV+= sdcc_cv_CCggdb="no" # simi.c: In function 'simGetValue': # simi.c:616:14: error: array subscript has type 'char' [-Werror=char-subscripts] # b[i] = strtol(resp,&resp,16); # Maybe fix this later. BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" CPPFLAGS+= -DYY_NEVER_INTERACTIVE pre-configure: sys-endian-buildlink sys-endian-buildlink: ${MKDIR} ${BUILDLINK_DIR}/include ${LN} -fs /usr/include/sys/endian.h ${BUILDLINK_DIR}/include .endif post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.lyx ${DESTDIR}${PREFIX}/share/doc/sdcc ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DESTDIR}${PREFIX}/share/doc/sdcc .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk"