On 2022/02/04 20:23, Thim wrote: > Hi, > > Here is a port of herbe which is a minimal notification program, it does not > run as a daemon nor does it require dbus to run (like dunst). > > Herbe is configurable through the config.h file which feels very "suck less". > > Personally, I have always used dunst but have had issues in the past getting > all kinds of notifications from cronjobs and whatnot. > > Patched to make the ports Makefile more readable and easier to add flags > in the future if anything changes. The port pulls from a commit due to > the latest version being released in 2020. > > > Best Regards, > > Thim Cederlund
You should add to the supplied CFLAGS (coming from either the user or ports infrastructure) not override it. The Makefile patches aren't needed, MAKE_FLAGS overrides make variables, and since the only compiler use is a combined build+link there's no real reason to have a separate LDFLAGS.