Skip to content

Commit

Permalink
kate: fix compiler choice
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Carsten Schmidt <[email protected]>
  • Loading branch information
barracuda156 and ryandesign committed May 24, 2024
1 parent c093e92 commit c689006
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kde/kate/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ depends_lib-append port:kactivities \
patchfiles patch-Zoom.diff \
patch-kateviewhelpers.diff

#Blacklist gcc42 and llvm-gcc-42 (does not build with gcc, ticket #37596)
compiler.blacklist gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2
# https://trac.macports.org/ticket/37596
compiler.blacklist-append \
gcc-3.* *gcc-4.0 *gcc-4.2

livecheck.url ${kde4.mirror}
livecheck.regex (\\d+(\\.\\d+)+)

0 comments on commit c689006

Please sign in to comment.