aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-12 13:32:53 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-12 13:32:53 +0000
commitd81313c7389f4c2c18ecb490e4792f8c592e64ac (patch)
tree3d88e23bea45a20a8b979a593a6de711275fc5b2 /cad
parent03a9ab7947404b0e95f16ccaf257009e330f2288 (diff)
downloadports-d81313c7389f4c2c18ecb490e4792f8c592e64ac.tar.gz
ports-d81313c7389f4c2c18ecb490e4792f8c592e64ac.zip
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)
Notes
Notes: svn path=/branches/2020Q3/; revision=542080
Diffstat (limited to 'cad')
-rw-r--r--cad/ngspice_rework/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile
index f19571e35603..a3625370ec77 100644
--- a/cad/ngspice_rework/Makefile
+++ b/cad/ngspice_rework/Makefile
@@ -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