diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-09-06 17:35:58 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-09-06 17:35:58 +0000 |
commit | 22f4d14f677ab492dfa5dd810adc92ce0415b7af (patch) | |
tree | 997e175d62f6b009525fbebc14ba2d8f9dc77fcb /gnu | |
parent | 8ce6de586f6d6ca2f543461d99c400afc6be6004 (diff) |
enable wide character support; ok nicm@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/lynx/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper index c366f36b94c..bc314602191 100644 --- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper +++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2009/08/08 12:20:30 fgsch Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2010/09/06 17:35:57 naddy Exp $ MAN= lynx.1 CLEANFILES= lynx.cat1 lynx.1 @@ -11,7 +11,7 @@ OPT=-O1 .endif GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS} ${OPT}" -CONFIGURE_ARGS= --with-ssl=/usr --enable-ipv6 --enable-debug +CONFIGURE_ARGS= --with-ssl=/usr --enable-widec --enable-ipv6 --enable-debug HTMLDIR= /usr/share/doc/html HELPFILES= keystrokes/alt_edit_help.html keystrokes/bookmark_help.html \ keystrokes/cookie_help.html keystrokes/dired_help.html \ |