diff options
author | danfe <danfe@FreeBSD.org> | 2004-09-18 08:14:56 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-09-18 08:14:56 +0000 |
commit | a814f5490c144e61617133168a7cfaae7997382a (patch) | |
tree | e893d773bac2d99388744f40346e1fd9f26fa029 /cad | |
parent | 1e2d3a627440d68da659598fbfaabb3560b7b8ff (diff) | |
download | FreeBSD-ports-a814f5490c144e61617133168a7cfaae7997382a.zip FreeBSD-ports-a814f5490c144e61617133168a7cfaae7997382a.tar.gz |
Unbreak the build on 5.X and -CURRENT.
Reported by: pointyhat.freebsd.org
Approved by: portmgr (marcus), fjoe (mentor, implicit)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c b/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c new file mode 100644 index 0000000..426f1e7 --- /dev/null +++ b/cad/ngspice_rework/files/patch-src:frontend:plotting:pvec.c @@ -0,0 +1,20 @@ +--- src/frontend/plotting/pvec.c.orig Fri Sep 17 17:30:10 2004 ++++ src/frontend/plotting/pvec.c Fri Sep 17 17:30:33 2004 +@@ -47,8 +47,6 @@ + case GRID_SMITHGRID: + strcat(buf, ", grid = smithgrid (not xformed)"); + break; +- +- default: + } + + switch (d->v_plottype) { +@@ -60,8 +58,6 @@ + case PLOT_POINT: + strcat(buf, ", plot = point"); + break; +- +- default: + } + if (d->v_defcolor) { + sprintf(buf2, ", color = %s", d->v_defcolor); |