From 9236b3db6049515623e7648f7a2603caae7677bb Mon Sep 17 00:00:00 2001 From: mph Date: Wed, 30 Jul 2003 23:59:48 +0000 Subject: Do not use "union wait" (deprecated). Remove BROKEN for 5.0. --- news/trn4/Makefile | 4 ---- news/trn4/scripts/preconf | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/news/trn4/Makefile b/news/trn4/Makefile index c65c36eadde..908d48fb12c 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -21,10 +21,6 @@ MAN1= trn.1 Pnews.1 Rnmail.1 .include -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - pre-configure: @${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}" @${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \ diff --git a/news/trn4/scripts/preconf b/news/trn4/scripts/preconf index 3d564f2f883..442a4b9ab77 100644 --- a/news/trn4/scripts/preconf +++ b/news/trn4/scripts/preconf @@ -97,7 +97,7 @@ d_dirnamlen='' d_eunice='undef' d_ftime='undef' d_genauth='define' -d_getcwd='undef' +d_getcwd='define' d_getdname='undef' d_gethname='define' d_getpwent='define' @@ -136,8 +136,8 @@ d_strstr='define' d_uname='undef' d_usendir='undef' d_usgnames='undef' -d_uwait3='' -d_uwait='define' +d_uwait3='undef' +d_uwait='undef' d_vfork='define' d_voidsig='define' d_voidtty='' -- cgit