Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 12:53:07 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531602 - head/devel/mspdebug
Message-ID:  <202004131253.03DCr7te056041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Apr 13 12:53:07 2020
New Revision: 531602
URL: https://svnweb.freebsd.org/changeset/ports/531602

Log:
  devel/mspdebug: fix build on GCC architectures
  
  Use newer GCC:
  drivers/tilib_api.c:194: error: 'const union new_device' has no member named 'nBreakpointsOptions'

Modified:
  head/devel/mspdebug/Makefile

Modified: head/devel/mspdebug/Makefile
==============================================================================
--- head/devel/mspdebug/Makefile	Mon Apr 13 12:35:58 2020	(r531601)
+++ head/devel/mspdebug/Makefile	Mon Apr 13 12:53:07 2020	(r531602)
@@ -24,7 +24,7 @@ READLINE_MAKE_ARGS_OFF=	WITHOUT_READLINE=1
 
 LIBMSP430_LIB_DEPENDS=	libmsp430.so:devel/msp430-debug-stack
 
-USES=		gmake
+USES=		compiler:c11 gmake
 
 PLIST_FILES=	bin/mspdebug \
 		man/man1/mspdebug.1.gz \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004131253.03DCr7te056041>