svn commit: r368261 - head/www/w3m

MANTANI Nobutaka nobutaka at FreeBSD.org
Mon Sep 15 11:34:48 UTC 2014


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 at burggraben.net, Radim Kolar <hsn at sendmail.cz>, Elimar Riesebieter <riesebie at lxtec.de>

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}


More information about the svn-ports-head mailing list