svn commit: r546670 - head/cad/atlc/files

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 19:13:29 UTC 2020


Author: tcberner
Date: Thu Aug 27 19:13:24 2020
New Revision: 546670
URL: https://svnweb.freebsd.org/changeset/ports/546670

Log:
  cad/atlc: fix build with recent current

Added:
  head/cad/atlc/files/
  head/cad/atlc/files/patch-src_atlc.c   (contents, props changed)

Added: head/cad/atlc/files/patch-src_atlc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/atlc/files/patch-src_atlc.c	Thu Aug 27 19:13:24 2020	(r546670)
@@ -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;


More information about the svn-ports-all mailing list