From owner-svn-ports-all@FreeBSD.ORG Mon Sep 15 11:34:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6EC30E54; Mon, 15 Sep 2014 11:34:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58E6462A; Mon, 15 Sep 2014 11:34:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8FBYm8j038882; Mon, 15 Sep 2014 11:34:48 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8FBYmPT038881; Mon, 15 Sep 2014 11:34:48 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201409151134.s8FBYmPT038881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Mon, 15 Sep 2014 11:34:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368261 - head/www/w3m X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 11:34:48 -0000 Author: nobutaka Date: Mon Sep 15 11:34:47 2014 New Revision: 368261 URL: http://svnweb.freebsd.org/changeset/ports/368261 QAT: https://qat.redports.org/buildarchive/r368261/ Log: Fix build error with INLINE_IMAGE option. PR: ports/185045, ports/193603 Submitted by: cmt@burggraben.net, Radim Kolar , Elimar Riesebieter Modified: head/www/w3m/Makefile Modified: head/www/w3m/Makefile ============================================================================== --- head/www/w3m/Makefile Mon Sep 15 11:13:55 2014 (r368260) +++ head/www/w3m/Makefile Mon Sep 15 11:34:47 2014 (r368261) @@ -49,6 +49,7 @@ KEY_LYNX_CONFIGURE_ON= --with-keymap=lyn .if ${PORT_OPTIONS:MINLINE_IMAGE} PKGMESSAGE= ${MASTERDIR}/pkg-message +CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lX11" .else # Don't use pkg-message PKGMESSAGE= ${NONEXISTENT}