svn commit: r531602 - head/devel/mspdebug

Piotr Kubaj pkubaj at FreeBSD.org
Mon Apr 13 12:53:08 UTC 2020


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 \


More information about the svn-ports-all mailing list