On Tue, 23 Mar 2010, Tamas TEVESZ wrote: > basically, build the port version (that should pull in any needed > build deps), inspect what cflags and stuff it sets, and try adjusting > those in your manual build.
before running autogen.sh, in src/Makefile.am change the line that says "osdep/linux.c" to "osdep/bsd.c", and also add -DFREEBSD to CFLAGS (that will include the platform-specific getcommandforpid implementation). i'm slowly working on trying to happen this automatically (yeah, so i again lied about not touching autoconf ;P) -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
