svn commit: r459355 - in head/devel/gcc-arm-embedded: . files

Lev A. Serebryakov lev at FreeBSD.org
Thu Jan 18 15:40:27 UTC 2018


Author: lev
Date: Thu Jan 18 15:40:25 2018
New Revision: 459355
URL: https://svnweb.freebsd.org/changeset/ports/459355

Log:
   Try to fix build with clang6.

Added:
  head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_common_selftest.h   (contents, props changed)
Modified:
  head/devel/gcc-arm-embedded/Makefile

Modified: head/devel/gcc-arm-embedded/Makefile
==============================================================================
--- head/devel/gcc-arm-embedded/Makefile	Thu Jan 18 15:31:39 2018	(r459354)
+++ head/devel/gcc-arm-embedded/Makefile	Thu Jan 18 15:40:25 2018	(r459355)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gcc-arm-embedded
 PORTVERSION=	7.2.20171218
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4/
 DISTNAME=	${ORIGINAL_PACKAGE_NAME}-src

Added: head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_common_selftest.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_common_selftest.h	Thu Jan 18 15:40:25 2018	(r459355)
@@ -0,0 +1,10 @@
+--- src/gdb/gdb/common/selftest.h.orig	2018-01-18 18:38:13.161295000 +0300
++++ src/gdb/gdb/common/selftest.h	2018-01-18 18:38:29.032519000 +0300
+@@ -31,6 +31,7 @@
+ 
+ struct selftest
+ {
++  virtual ~selftest() {}
+   virtual void operator() () const = 0;
+ };
+ 


More information about the svn-ports-all mailing list