FreeBSD Bugzilla – Attachment 122075 Details for
Bug 165182
Add mouse option to www/elinks config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 694 bytes, created by
Alexey Bobkov
on 2012-02-15 17:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexey Bobkov
Created:
2012-02-15 17:20:08 UTC
Size:
694 bytes
patch
obsolete
>--- /usr/ports/www/elinks/Makefile 2011-12-26 22:52:46.000000000 +0400 >+++ /home/admin/Makefile 2012-02-15 19:11:26.000000000 +0400 >@@ -49,7 +49,8 @@ > RUBYSCRIPT "Enable Ruby scripting support" off \ > LUASCRIPT "Enable Lua scripting support" off \ > GUILESCRIPT "Enable Guile scripting support" off \ >- ICONV "Enable iconv support" off >+ ICONV "Enable iconv support" off \ >+ MOUSE "Enable mouse support" off > > .include <bsd.port.pre.mk> > >@@ -156,6 +157,13 @@ > CONFIGURE_ARGS+= --disable-gopher > .endif > >+.if defined(WITH_MOUSE) >+CONFIGURE_ARGS+= --enable-mouse >+.else >+CONFIGURE_ARGS+= --disable-mouse >+.endif >+ >+ > .if defined(WITH_FINGER) > CONFIGURE_ARGS+= --enable-finger > .else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 165182
: 122075