Re: [base-gcc/sparc64] Fix build of www/py-genshi

2021-05-11 Thread Kurt Mosiejczuk
On Tue, May 11, 2021 at 01:14:15PM -0400, Kurt Mosiejczuk wrote: > py-genshi fails to compile a .so file because it uses C99 and thus blows > up when packaging. (Not sure why it doesn't blow up when compilation fails > but). > This adds the necessary magic with base to fix the build on sparc64

[base-gcc/sparc64] Fix build of www/py-genshi

2021-05-11 Thread Kurt Mosiejczuk
py-genshi fails to compile a .so file because it uses C99 and thus blows up when packaging. (Not sure why it doesn't blow up when compilation fails but). This adds the necessary magic with base to fix the build on sparc64. ok? --Kurt