lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Porting lynx 2.7 to NetBSD 1.2


From: Marc Baudoin
Subject: Re: LYNX-DEV Porting lynx 2.7 to NetBSD 1.2
Date: Sat, 15 Feb 1997 15:45:40 +0100

Marc Baudoin <address@hidden> writes:
> 
> Here's the patch I've made.  Consider applying it for the next pre release
> of lynx 2.7 :-)
> 
> diff -ru ../lynx2-7/Makefile ./Makefile
> --- ../lynx2-7/Makefile Mon Feb  3 19:51:48 1997
> +++ ./Makefile  Fri Feb 14 17:12:17 1997
> @@ -437,9 +437,8 @@
>  # NetBSD doesn't have or need ranlib. (ignore the error message about that :)
>  netbsd-ncurses:
>         cd WWW/Library/netbsd; $(MAKE) LYFLAGS="$(SITE_LYDEFS)"
> -       cd src; $(MAKE) all CC="cc" MCFLAGS="-O -DFANCY_CURSES -DNCURSES \
> +       cd src; $(MAKE) all CC="gcc" MCFLAGS="-O -DFANCY_CURSES -DNCURSES \
>                 -DUNIX -DNO_CUSERID -I../$(WWWINC) $(SITE_DEFS) \

Oops, I forgot to put a " here ----------------------------------^

so this line should be

                -DUNIX -DNO_CUSERID -I../$(WWWINC) $(SITE_DEFS)" \

> -               -I/usr/include/ncurses" \
>                 LIBS="-lncurses -lcompat \
>                 $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
>                 WWWLIB="../WWW/Library/netbsd/libwww.a"

-- 
Marc Baudoin   -=-   <address@hidden>
Security On-Line software
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]