summaryrefslogtreecommitdiff
path: root/math/p5-Text-AsciiTeX/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/p5-Text-AsciiTeX: fix build with -fno-commonRobert Clausecker2023-04-172-0/+19
Turn a variable definition in a header file into a declaration and move the definition to a source file. This fixes the build on FreeBSD 13+. Approved by: portmgr (build fix blanket)