summaryrefslogtreecommitdiffstats
path: root/net/ntp-stable/files/patch-configure
blob: 1410edae1225fa598a4b52d6da440c25e61b184f (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
--- configure.orig	Wed Jul 26 04:09:23 2006
+++ configure	Thu Oct  5 11:28:58 2006
@@ -1479,6 +1479,11 @@
       done
     done
     ;;
+ i?86-*-freebsd[[123]].*)
+    ;;
+ i?86-*-freebsd*)
+    ans=yes
+    ;;
 esac
 done
 
@@ -25409,6 +25414,9 @@
   ans=no
     case "$host" in
      *-*-linux*)
+        ans=yes
+        ;;
+     *-*-freebsd*)
         ans=yes
         ;;
     esac
OpenPOWER on IntegriCloud