aboutsummaryrefslogtreecommitdiffstats
path: root/cad/jspice3
diff options
context:
space:
mode:
Diffstat (limited to 'cad/jspice3')
-rw-r--r--cad/jspice3/Makefile2
-rw-r--r--cad/jspice3/files/patch-src_lib_fte_resource.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/cad/jspice3/Makefile b/cad/jspice3/Makefile
index 8d3040d01f0a..d447b59ff90a 100644
--- a/cad/jspice3/Makefile
+++ b/cad/jspice3/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= cad
MASTER_SITES= http://www.wrcad.com/ftp/pub/ \
ftp://ftp.srware.com/pub/
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= An adaptation of the Berkeley Spice3f4 with superconductivity
CONFLICTS= spice-[0-9]*
diff --git a/cad/jspice3/files/patch-src_lib_fte_resource.c b/cad/jspice3/files/patch-src_lib_fte_resource.c
new file mode 100644
index 000000000000..641ce7b4dae4
--- /dev/null
+++ b/cad/jspice3/files/patch-src_lib_fte_resource.c
@@ -0,0 +1,11 @@
+--- src/lib/fte/resource.c.orig Tue Nov 14 18:23:27 2006
++++ src/lib/fte/resource.c Tue Nov 14 18:23:33 2006
+@@ -36,7 +36,7 @@
+ #endif
+ #endif
+ #endif
+-static char *enddata;
++char *enddata;
+ static int origsec;
+ static int origusec;
+ static int lastsec;