diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 19:13:24 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 19:13:24 +0000 |
commit | a602635574fdbd79bb68309cad9aed91b4537eb8 (patch) | |
tree | 4aeed68fe723d46fdff020411f2559d45ffd9834 /cad/atlc/files | |
parent | 11c6446422a23af063f3efc60d8dd8ea41f7a056 (diff) |
cad/atlc: fix build with recent current
Notes
Notes:
svn path=/head/; revision=546670
Diffstat (limited to 'cad/atlc/files')
-rw-r--r-- | cad/atlc/files/patch-src_atlc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/atlc/files/patch-src_atlc.c b/cad/atlc/files/patch-src_atlc.c new file mode 100644 index 000000000000..63bb5eb18777 --- /dev/null +++ b/cad/atlc/files/patch-src_atlc.c @@ -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; |