aboutsummaryrefslogtreecommitdiffstats
path: root/comms/birda/files/patch-aa
blob: b15ecfbdfe187a13179fed9d6b9081fa6e4d5936 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- Makefile.inc.orig   Thu Nov 29 07:19:45 2001
+++ Makefile.inc    Sun Dec 30 14:06:12 2001
@@ -5,7 +5,11 @@
 PREFIX?= /usr/pkg
 
 BINDIR= ${PREFIX}/bin
+.if ${OPSYS} == FreeBSD
+MANDIR= ${PREFIX}/man/man
+.else
 MANDIR= ${PREFIX}/man
+.endif
 
 MKLINT=no
 
--- src/obexformat.c.orig   Tue Oct 16 20:32:45 2001
+++ src/obexformat.c    Sat Dec 29 13:42:18 2001
@@ -30,6 +30,9 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
 
 /**********************************************************************
  * Internal functions