mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Fix build on -STABLE.
Submitted by: tjr
This commit is contained in:
parent
05092710d7
commit
4be27e8cdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89135
1 changed files with 22 additions and 0 deletions
22
net/coda6_server/files/patch-coda.h
Normal file
22
net/coda6_server/files/patch-coda.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
On Thu, Sep 18, 2003 at 07:50:18PM -0700, Kris Kennaway wrote:
|
||||
|
||||
> http://bento.freebsd.org/errorlogs/i386-4-full/coda-server-6.0.2_1.log
|
||||
>
|
||||
> Can you please investigate?
|
||||
|
||||
Drop this file into ports/coda6_server/files/patch-aa (or disconnect it from
|
||||
the build - coda 6 is not very useful on freebsd 4).
|
||||
|
||||
--- lib-src/kernel-includes/coda.h.orig Fri Sep 19 18:34:03 2003
|
||||
+++ lib-src/kernel-includes/coda.h Fri Sep 19 18:34:19 2003
|
||||
@@ -125,8 +125,8 @@
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
#endif
|
||||
|
||||
-/* FreeBSD 5.0 */
|
||||
-#if __FreeBSD__ >= 5
|
||||
+/* FreeBSD 3.0 and above */
|
||||
+#if __FreeBSD__ >= 3
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
#endif
|
||||
|
Loading…
Add table
Reference in a new issue