Date: Thu, 14 Feb 2013 03:25:38 +0100 From: Polytropon <freebsd@edvax.de> To: sean <tech.junk@myfairpoint.net> Cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Windowmaker build error, freebsd 9.1 inotify_init Message-ID: <20130214032538.5469b95b.freebsd@edvax.de> In-Reply-To: <D54712BA-DC0E-42BD-ABEE-6ABCDC665CC7@myfairpoint.net> References: <D54712BA-DC0E-42BD-ABEE-6ABCDC665CC7@myfairpoint.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 13 Feb 2013 21:17:10 -0500, sean wrote: > How exactly do I properly format the fix stated in the closed > 174105 bug report to the Windowmaker Makefile? > > " > Fix > Adding -linotify to LD_FLAGS in the Makefile fixes the problem. > " Just add the text "-linotify" to the LD_FLAGS variable defined in the Makefile. It's /usr/ports/x11-wm/windowmaker/Makefile in line 40. However, the name of the variable is LDFLAGS (no underscore). I have v 1.171 of this file here, port version is 0.95.2 rev. 4 -- just for reference. Original line: LDFLAGS+= -L${LOCALBASE}/lib To be changed into: LDFLAGS+= -L${LOCALBASE}/lib -linotify Then try to build WindowMaker again. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130214032538.5469b95b.freebsd>