diff options
author | ache <ache@FreeBSD.org> | 1996-02-22 02:42:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-02-22 02:42:06 +0000 |
commit | aec8c3efff5ada6a25610fdbc58914c125ff879b (patch) | |
tree | f16232003ae8a2772196a34a79d38f4590614e32 /www/lynx/files | |
parent | 60437fbee839590c99d3f0e92762a6cdce37115f (diff) | |
download | FreeBSD-ports-aec8c3efff5ada6a25610fdbc58914c125ff879b.zip FreeBSD-ports-aec8c3efff5ada6a25610fdbc58914c125ff879b.tar.gz |
Fix lynx.cfg location
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 b3cd4e2..b7b2353 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: |