mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on -STABLE.
Submitted by: tjr
This commit is contained in:
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
|
@ -31,10 +31,4 @@ CONFIGURE_ARGS?= --sysconfdir=${PREFIX}/etc/rc.d
|
||||||
CODA_SUITE?= server
|
CODA_SUITE?= server
|
||||||
CODA_VERSION?= 5.3.20
|
CODA_VERSION?= 5.3.20
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} < 500000
|
|
||||||
BROKEN= "Does not compile on 4.x"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#define __BIT_TYPES_DEFINED__
|
#define __BIT_TYPES_DEFINED__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
+#if __FreeBSD__ >= 5
|
+#if __FreeBSD__ >= 3
|
||||||
+#define __BIT_TYPES_DEFINED__
|
+#define __BIT_TYPES_DEFINED__
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
|
|
Loading…
Add table
Reference in a new issue