Changes between Initial Version and Version 1 of Ticket #66627, comment 3
- Timestamp:
- Jan 5, 2023, 4:39:15 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66627, comment 3
initial v1 30 30 31 31 Something odd is going on here. 32 33 34 Oh, I think I might see the issue, perhaps. In the Ghostscript Portfile, there is this block:35 {{{36 post-extract {37 system -W ${workpath} "unzip '${distpath}/${mappingresources_commit}.zip'"38 39 foreach d {expat freetype jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib} {40 move ${worksrcpath}/${d} ${worksrcpath}/${d}_local41 }42 43 ...44 }}}45 46 and that block does not appear to take into account universal builds. So this will need some digging.