summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches/patch-aa
blob: 8278a926ddde037efef0e0799d2c11c6d1ba01e9 (plain)
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
$NetBSD: patch-aa,v 1.15 2005/12/11 11:12:50 markd Exp $

--- configure.orig	2005-11-21 09:19:40.000000000 +1300
+++ configure
@@ -42014,7 +42014,11 @@ cat >>conftest.$ac_ext <<_ACEOF
 #endif
 #include <unistd.h>
 #include <arpa/inet.h>
+#ifdef __DragonFly__
+#include <net/ppp_layer/ppp_defs.h>
+#else
 #include <net/ppp_defs.h>
+#endif
 #include <netinet/in.h>
 
 #ifdef __svr4__
@@ -42030,6 +42034,8 @@ cat >>conftest.$ac_ext <<_ACEOF
 
     #if defined(linux)
       #include <linux/if_ppp.h>
+    #elif defined(__DragonFly__)
+      #include <net/ppp/if_ppp.h>
     #else
       #include <net/if_ppp.h>                /* BSD, NeXT, etc. */
     #endif