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:
parent
2889256029
commit
f2cbcaa001
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77623
@ -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>
|
||||
|
@ -4,7 +4,7 @@
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
#endif
|
||||
|
||||
+#if __FreeBSD__ >= 5
|
||||
+#if __FreeBSD__ >= 3
|
||||
+#define __BIT_TYPES_DEFINED__
|
||||
+#endif
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user