Skip to content

Commit

Permalink
www/chromium: mark BROKEN on 12.3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rene0 committed Oct 27, 2022
1 parent 74a0f0e commit df6f60b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/chromium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ TEST_ALL_TARGET= ${TEST_TARGETS}
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>

.if ${OSREL} == "12.3"
BROKEN= does not compile, libc++ too old
.endif

.if ${PORT_OPTIONS:MHEIMDAL_BASE} && !exists(/usr/lib/libkrb5.so)
IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base
.endif
Expand Down

0 comments on commit df6f60b

Please sign in to comment.