diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2003-07-30 23:59:48 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2003-07-30 23:59:48 +0000 |
commit | 7d38f8f1ff0cdbc05ab3033aefb1011430b398f8 (patch) | |
tree | 9b4cf3fd907d1a9db02532199224dc5b7fb73506 /news/trn4 | |
parent | b463465cd9f7c84effd4774a91c97023d976ba07 (diff) | |
download | ports-7d38f8f1ff0cdbc05ab3033aefb1011430b398f8.tar.gz ports-7d38f8f1ff0cdbc05ab3033aefb1011430b398f8.zip |
Notes
Diffstat (limited to 'news/trn4')
-rw-r--r-- | news/trn4/Makefile | 4 | ||||
-rw-r--r-- | news/trn4/scripts/preconf | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index c65c36eadde1..908d48fb12c6 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -21,10 +21,6 @@ MAN1= trn.1 Pnews.1 Rnmail.1 .include <bsd.port.pre.mk> -.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 3d564f2f8835..442a4b9ab77d 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='' |