If I try to build windowmaker from ports it fails with the following error message: main.o: In function `main': main.c:(.text+0x983): undefined reference to `inotify_init' main.c:(.text+0x9b9): undefined reference to `inotify_add_watch' Fix: Adding -linotify to LD_FLAGS in the Makefile fixes the problem. How-To-Repeat: portmaster x11-wm/windowmaker
Maintainer of x11-wm/windowmaker, Please note that PR ports/174105 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174105 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->closed Unable to reproduce.