Date: Sun, 7 Mar 1999 20:30:01 -0800 (PST) From: Takayuki Tamura <ttamura@icc.melco.co.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/10477: The fakemail in lib-src fails to link (needs -lcompat) Message-ID: <199903080430.UAA34281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10477; it has been noted by GNATS. From: Takayuki Tamura <ttamura@icc.melco.co.jp> To: root@test2.gsoft.com.au Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/10477: The fakemail in lib-src fails to link (needs -lcompat) Date: Mon, 08 Mar 1999 13:21:46 +0900 (JST) Hi, > >Fix: > Edit the makefile and add -lcompat to the link line The true fix is to define BSD_SYSTEM in src/s/freebsd.h. I've fixed the same problem with emacs20 by adding the following to the file. #elif __FreeBSD__ == 4 #define BSD_SYSTEM 199901 But if the value of BSD_SYSTEM is not significant, we'd better have #elif __FreeBSD__ >= 3 #define BSD_SYSTEM 199506 instead according to Satoshi's recent request. Regards, --------------- Takayuki TAMURA Information & Communication Systems Development Center, Mitsubishi Electric Corporation To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903080430.UAA34281>