From owner-cvs-src@FreeBSD.ORG Fri May 20 03:18:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C10C16A4CE; Fri, 20 May 2005 03:18:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E129243D49; Fri, 20 May 2005 03:18:19 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4K3IJBZ097977; Fri, 20 May 2005 03:18:19 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4K3IJgr097976; Fri, 20 May 2005 03:18:19 GMT (envelope-from peter) Message-Id: <200505200318.j4K3IJgr097976@repoman.freebsd.org> From: Peter Wemm Date: Fri, 20 May 2005 03:18:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libstand Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 03:18:20 -0000 peter 2005-05-20 03:18:19 UTC FreeBSD src repository Modified files: lib/libstand Makefile Log: Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that the bzip2 support provided, and amd64 depended on. Amd64 has a custom ${.OBJDIR}/machine symlink in it and the -I. picked this up. Without it, the libstand code was being compiled in 32 bit mode, but with 64 bit machine headers. Revision Changes Path 1.50 +1 -1 src/lib/libstand/Makefile