Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 1995 18:31:10 -0700 (PDT)
From:      batie@agora.rdrop.com (Alan Batie)
To:        ports@freebsd.org
Subject:   less port bug
Message-ID:  <m0shRti-0002MSC@agora.rdrop.com>

next in thread | raw e-mail | index | archive | help
I'm building a 2.1.0-950726-SNAP system; when I tried to build less in the
ports tree, it complained about:

    screen.o: Undefined symbol `__set_ospeed' referenced from text segment

Upon investigation, I find that if I copy screen.c.orig to screen.c, it
compiles and works just fine.  Here is the diff:

<pyrex> [183] $ diff screen.c.orig screen.c
187a188,190
> #ifdef __FreeBSD__
>               _set_ospeed(cfgetospeed(&s));
> #else
245a249
> #endif


I think my editorial comments on this are self-evident and best left unsaid...

-- 
Alan Batie                            ______
batie@agora.rdrop.com                 \    /      Freedom for me to be and do
+1 503 452-0960                        \  /       only what *you* approve of
45 28 59 N / 122 43 20 W / 440' MSL     \/        is no freedom at all.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0shRti-0002MSC>