cvs commit: ports/editors/emacs Makefile distinfo pkg-descr
pkg-plist ports/editors/emacs/files patch-configure
Anonymous
swell.k at gmail.com
Wed Sep 29 23:55:54 UTC 2010
Stanislav Sedov <stas at FreeBSD.org> writes:
> On Mon, 27 Sep 2010 01:14:52 +0000 (UTC)
> Ashish SHUKLA <ashish at FreeBSD.org> mentioned:
>
>> |
>> | .include <bsd.port.options.mk>
>> |
>> | +DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE}
>> | +
>> | .if defined(WITHOUT_X11)
>
> Isn't it the same the ${PTHREADS_LIB} variable contains?
No, because emacs uses -nostdlib we need to specify -lpthread explicitly.
More information about the cvs-all
mailing list