mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
887b25f3a9
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.