Date: Sun, 12 Jul 2020 13:32:02 +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: r542079 - head/cad/ngspice_rework Message-ID: <202007121332.06CDW25N064065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Jul 12 13:32:02 2020 New Revision: 542079 URL: https://svnweb.freebsd.org/changeset/ports/542079 Log: 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 MFH: 2020Q3 (fix build blanket) Modified: head/cad/ngspice_rework/Makefile Modified: head/cad/ngspice_rework/Makefile ============================================================================== --- head/cad/ngspice_rework/Makefile Sun Jul 12 13:02:20 2020 (r542078) +++ head/cad/ngspice_rework/Makefile Sun Jul 12 13:32:02 2020 (r542079) @@ -23,7 +23,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.06CDW25N064065>