From owner-cvs-all@FreeBSD.ORG Sat Apr 24 12:34:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF7D16A4CF; Sat, 24 Apr 2004 12:34:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E314943D49; Sat, 24 Apr 2004 12:34:55 -0700 (PDT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OJYtGe087670; Sat, 24 Apr 2004 12:34:55 -0700 (PDT) (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OJYtUK087669; Sat, 24 Apr 2004 12:34:55 -0700 (PDT) (envelope-from thierry) Message-Id: <200404241934.i3OJYtUK087669@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 24 Apr 2004 12:34:55 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/clip Makefileports/databases/clip/files patch-cliplibs::clip-odbc::configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 19:34:56 -0000 thierry 2004/04/24 12:34:55 PDT FreeBSD ports repository Modified files: databases/clip Makefile databases/clip/files patch-cliplibs::clip-odbc::configure Log: Unbreak package building. On FreeBSD-STABLE, it seems impossible to link with -liodbc.3 without giving PTHREAD_LIBS (and PTHREAD_CFLAGS), then the ODBC driver was not built. Approved by: portmgr (marcus). Revision Changes Path 1.26 +3 -0 ports/databases/clip/Makefile 1.2 +5 -5 ports/databases/clip/files/patch-cliplibs::clip-odbc::configure