diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-12 06:04:37 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-12 06:04:37 +0000 |
commit | ccad449cddc7a5b1a98c4e36118e0e15dcce062d (patch) | |
tree | ec137cd535dda49a9a5ae1cf6e2f8d59836e863b /cad/jspice3 | |
parent | c49e8840f929910d9bbf89462ca31d26fd2c43c0 (diff) |
Notes
Diffstat (limited to 'cad/jspice3')
-rw-r--r-- | cad/jspice3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/jspice3/Makefile b/cad/jspice3/Makefile index d4b67dd28f3a..96942cc4fd92 100644 --- a/cad/jspice3/Makefile +++ b/cad/jspice3/Makefile @@ -27,6 +27,9 @@ post-patch: /^SPICE_HOST/s|=.*|= localhost| ; \ /^CC_OPT/s|=.*|= ${CFLAGS}|' \ ${WRKSRC}/conf/unixconf/mkheader.0 + @cd ${WRKSRC}/src && \ + ${REINPLACE_CMD} 's,va_copy,var_copy,g' include/cpextern.h \ + lib/fte/options.c lib/cp/variable.c post-patch-X11-off: @${REINPLACE_CMD} -e \ |