From owner-cvs-ports@FreeBSD.ORG Fri Jul 25 20:25:53 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03021106567E; Fri, 25 Jul 2008 20:25:53 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D4EA88FC1F; Fri, 25 Jul 2008 20:25:52 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6PKPqn7039281; Fri, 25 Jul 2008 20:25:52 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6PKPqTi039280; Fri, 25 Jul 2008 20:25:52 GMT (envelope-from mi) Message-Id: <200807252025.m6PKPqTi039280@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 25 Jul 2008 20:25:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/vips Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 20:25:53 -0000 mi 2008-07-25 20:25:52 UTC FreeBSD ports repository Modified files: graphics/vips Makefile Log: Guard against configure finding some headers in the wrong places by explicitly specifying, where includes and libraries are located. A user reported a problem, when building nip2 with mingw32 installed... Revision Changes Path 1.29 +4 -0 ports/graphics/vips/Makefile