aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2014-09-15 19:34:47 +0800
committernobutaka <nobutaka@FreeBSD.org>2014-09-15 19:34:47 +0800
commitc3b0e050022f25c9bf93c19f28089dd02d3dab30 (patch)
tree9dd41fd0518bfe0835154e954bc35af42c8abc36 /www
parent9bfcc15bbd60c654d25066d19ed2fdcecd075766 (diff)
downloadfreebsd-ports-gnome-c3b0e050022f25c9bf93c19f28089dd02d3dab30.tar.gz
freebsd-ports-gnome-c3b0e050022f25c9bf93c19f28089dd02d3dab30.tar.zst
freebsd-ports-gnome-c3b0e050022f25c9bf93c19f28089dd02d3dab30.zip
Fix build error with INLINE_IMAGE option.
PR: ports/185045, ports/193603 Submitted by: cmt@burggraben.net, Radim Kolar <hsn@sendmail.cz>, Elimar Riesebieter <riesebie@lxtec.de>
Diffstat (limited to 'www')
-rw-r--r--www/w3m/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 89ecc6fc875f..f41e7e237fee 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -49,6 +49,7 @@ KEY_LYNX_CONFIGURE_ON= --with-keymap=lynx
.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}