Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2020 13:32:53 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542080 - branches/2020Q3/cad/ngspice_rework
Message-ID:  <202007121332.06CDWrKA064249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jul 12 13:32:53 2020
New Revision: 542080
URL: https://svnweb.freebsd.org/changeset/ports/542080

Log:
  MFH: r542079
  
  cad/ngspice_rework: fix build on GCC architectures
  
  Use newer GCC:
  dstring.o: In function `copy':
  dstring.c:(.opd+0x240): multiple definition of `copy'
  spice2poly/dlmain.o:dlmain.c:(.opd+0x6f0): first defined here
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/cad/ngspice_rework/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/cad/ngspice_rework/Makefile
==============================================================================
--- branches/2020Q3/cad/ngspice_rework/Makefile	Sun Jul 12 13:32:02 2020	(r542079)
+++ branches/2020Q3/cad/ngspice_rework/Makefile	Sun Jul 12 13:32:53 2020	(r542080)
@@ -21,7 +21,7 @@ shlib_PKGNAMESUFFIX=	-shlib
 shlib_CONFLICTS_INSTALL=	ngspice_rework-2*
 x11_CONFLICTS_INSTALL=		ngspice_rework-shlib-2*
 
-USES=		gmake libtool ncurses readline autoreconf pkgconfig
+USES=		compiler:c11 gmake libtool ncurses readline autoreconf pkgconfig
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes



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