Skip to content

Commit

Permalink
numchk: blacklist old Xcode gcc to fix build on old OS
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 14, 2024
1 parent 572b3fa commit 278fdff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions finance/numchk/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ checksums rmd160 71dc1a48828474d0a3ffeb0bcc547d26603d3e8e \
size 506136

use_xz yes

# figi.c: error: invalid suffix "b1U" on integer constant
compiler.blacklist-append \
*gcc-4.0 *gcc-4.2

0 comments on commit 278fdff

Please sign in to comment.