diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-02-22 02:42:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-02-22 02:42:06 +0000 |
commit | e4e3c7b1a830b214d0c985f89dc5c341072f952b (patch) | |
tree | 040e376e2a4393027d9a0d5a3892bee42c323909 /www/lynx/files | |
parent | e0072219d881b5ab7e02e7bcc30f383448619b65 (diff) | |
download | ports-e4e3c7b1a830b214d0c985f89dc5c341072f952b.tar.gz ports-e4e3c7b1a830b214d0c985f89dc5c341072f952b.zip |
Notes
Diffstat (limited to 'www/lynx/files')
-rw-r--r-- | www/lynx/files/patch-aa | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa index b3cd4e27791d..b7b2353e8104 100644 --- a/www/lynx/files/patch-aa +++ b/www/lynx/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.old Mon Feb 12 11:58:22 1996 ---- Makefile Thu Feb 22 04:50:37 1996 +*** Makefile.orig Mon Feb 12 11:58:22 1996 +--- Makefile Thu Feb 22 05:23:54 1996 *************** *** 10,29 **** ##change the next line if you want lynx installed somewhere @@ -44,6 +44,23 @@ #set the relative location of the WWW library Implementation directory, *************** +*** 320,326 **** + freebsd-ncurses: + cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)" + cd src; make all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DUNIX \ +! -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \ + -I../$(WWWINC) $(SITE_DEFS)" \ + LIBS="-lncurses -lmytinfo $(WAISLIB) $(SOCKSLIB)" \ + WWWLIB="../WWW/Library/freebsd/libwww.a" +--- 320,326 ---- + freebsd-ncurses: + cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)" + cd src; make all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DUNIX \ +! -DLYNX_CFG_FILE='\"${PREFIX}/etc/lynx.cfg\"' -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \ + -I../$(WWWINC) $(SITE_DEFS)" \ + LIBS="-lncurses -lmytinfo $(WAISLIB) $(SOCKSLIB)" \ + WWWLIB="../WWW/Library/freebsd/libwww.a" +*************** *** 644,650 **** install: |