svn commit: r542080 - branches/2020Q3/cad/ngspice_rework

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jul 12 13:32:54 UTC 2020


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


More information about the svn-ports-all mailing list