From owner-cvs-ports@FreeBSD.ORG Sat Sep 17 02:49:28 2011 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 E0DB91065674; Sat, 17 Sep 2011 02:49:28 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D16C98FC16; Sat, 17 Sep 2011 02:49:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8H2nSaO093303; Sat, 17 Sep 2011 02:49:28 GMT (envelope-from rakuco@repoman.freebsd.org) Received: (from rakuco@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8H2nSWA093302; Sat, 17 Sep 2011 02:49:28 GMT (envelope-from rakuco) Message-Id: <201109170249.p8H2nSWA093302@repoman.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 17 Sep 2011 02:49:28 +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/print/lyx/files patch-configure 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: Sat, 17 Sep 2011 02:49:29 -0000 rakuco 2011-09-17 02:49:28 UTC FreeBSD ports repository Added files: print/lyx/files patch-configure Log: Fix build when boost-libs is compiled with a newer (> 4.2 from base) gcc. LyX originally uses the AC_CHECK_LIB macro to check for boost, however this macro always calls a C compiler, even to check for a C++ library such as boost. This made the test program built for this check to always fail to link when boost was compiled witha recent enough compiler. A fix was submitted upstream [1], and this patch needs to be applied meanwhile. [1] http://article.gmane.org/gmane.editors.lyx.devel/138405 Reported by: avg Approved by: avilla (mentor) Revision Changes Path 1.3 +103 -0 ports/print/lyx/files/patch-configure (new)