1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix build on -STABLE.

Submitted by:	tjr
This commit is contained in:
Tilman Keskinoz 2003-03-28 13:06:37 +00:00
parent 2889256029
commit f2cbcaa001
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77623
2 changed files with 2 additions and 8 deletions

View File

@ -31,10 +31,4 @@ CONFIGURE_ARGS?= --sysconfdir=${PREFIX}/etc/rc.d
CODA_SUITE?= server
CODA_VERSION?= 5.3.20
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -4,7 +4,7 @@
#define __BIT_TYPES_DEFINED__
#endif
+#if __FreeBSD__ >= 5
+#if __FreeBSD__ >= 3
+#define __BIT_TYPES_DEFINED__
+#endif
+