Files
ports/devel/libnotify
jca 887b25f3a9 Drop COMPILER tweak added to work around a base-gcc limitation
As noted by claudio and tb, the offending enum is in a public header, so
tweaking just COMPILER in devel/libnotify won't help libnotify
consumers.  kmos then tweaked consumers and made them use ports-gcc too.
This commit only comments the problematic __attribute__((__deprecated__))
in the public header, said attribute isn't very useful anyway since the
enum member containing a typo doesn't appear used in the ecosystem anyway.

ok aja@

There may be a followup commit if people feel like moving back consumers
to a default COMPILER line makes sense, mail to follow.
2026-03-23 18:55:50 +00:00
..