From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 2 02:39:58 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E13D16A4DD for ; Wed, 2 Aug 2006 02:39:58 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id E891E43D4C for ; Wed, 2 Aug 2006 02:39:57 +0000 (GMT) (envelope-from lihong.chen@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so1386433pye for ; Tue, 01 Aug 2006 19:39:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=l+g5KQ1xjCL21OXakUuNQnVFTTB1Tas4QLNGpldHLUDUKJ1+7Sn/c/gR4ZSnO+/APLJK6fSgaKy5glexoU72k8MTD5AM+pevvQ9zs/rDhOrcFo9j3EP/jMqxuDGXaVI3eayBBNxSyw6uheyhdSfQr3T3VTnT43O+4T0X81a+ASI= Received: by 10.35.98.6 with SMTP id a6mr572164pym; Tue, 01 Aug 2006 19:39:53 -0700 (PDT) Received: by 10.35.121.14 with HTTP; Tue, 1 Aug 2006 19:39:53 -0700 (PDT) Message-ID: Date: Wed, 2 Aug 2006 10:39:53 +0800 From: "Eric L. Chen" To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: build libxklavier X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 02:39:58 -0000 Hi All, I need this change to build libxklavier successfully: -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" It seems not link with pthread at default. /Eric