Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2002 22:45:55 +0100 (CET)
From:      Martin Blapp <mb@imp.ch>
To:        Chris Faulhaber <jedgar@fxp.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: ports/editors/openoffice/files patch-solenv::inc::unxfbsdi.mk
Message-ID:  <20020309224457.K84384-100000@levais.imp.ch>
In-Reply-To: <20020309213637.GA47386@peitho.fxp.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> For ports, use PTHREAD_CFLAGS and PTHREAD_LIBS; as defined in bsd.port.mk:
>
>   .if ${OSVERSION} < 500016
>   PTHREAD_CFLAGS= -D_THREAD_SAFE
>   PTHREAD_LIBS=           "-pthread"
>   .else
>   PTHREAD_CFLAGS= -D_THREAD_SAFE
>   PTHREAD_LIBS=           "-lc_r"
>   .endif

Thanks ! Im which order should the librarys been linked ? PTHREAD_LIBS at the
end ?

Martin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020309224457.K84384-100000>