From owner-cvs-all Sat Mar 9 13:44:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 66B7937B416; Sat, 9 Mar 2002 13:44:22 -0800 (PST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g29LiVw74983; Sat, 9 Mar 2002 22:44:31 +0100 (CET) Date: Sat, 9 Mar 2002 22:45:55 +0100 (CET) From: Martin Blapp To: Chris Faulhaber Cc: , Subject: Re: cvs commit: ports/editors/openoffice/files patch-solenv::inc::unxfbsdi.mk In-Reply-To: <20020309213637.GA47386@peitho.fxp.org> Message-ID: <20020309224457.K84384-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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