1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build for 5.x

This commit is contained in:
Maho Nakata 2005-01-20 03:34:05 +00:00
parent f921c98ebe
commit 8f9da4d6f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126886
2 changed files with 13 additions and 7 deletions

View File

@ -21,10 +21,4 @@ MANLANG= ja
MAN1= prn.1 cprn.1 cmt.1 psconv.1
MAN5= cmtdefs.5
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -0,0 +1,12 @@
--- reg.y.org Mon Nov 29 18:43:56 1993
+++ reg.y Thu Jan 20 12:29:44 2005
@@ -286,7 +286,7 @@
* Node Creation Functions *
* *
**********************************************************************/
-extern void error();
+extern void error(char *, ...);
/*---------------------------------------------------------------------
NAME