mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
cad/atlc: fix build with recent current
This commit is contained in:
parent
11c6446422
commit
a602635574
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546670
11
cad/atlc/files/patch-src_atlc.c
Normal file
11
cad/atlc/files/patch-src_atlc.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/atlc.c.orig 2020-08-27 19:12:32 UTC
|
||||
+++ src/atlc.c
|
||||
@@ -68,7 +68,7 @@ struct pixels Er_in_bitmap[MAX_DIFFERENT_PERMITTIVITIE
|
||||
|
||||
double **Vij;
|
||||
double **Er;
|
||||
-unsigned char **oddity;
|
||||
+extern unsigned char **oddity;
|
||||
unsigned char **cell_type;
|
||||
unsigned char *image_data;
|
||||
int width=-1, height=-1;
|
Loading…
Reference in New Issue
Block a user