summaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/files/patch-configure.ac
blob: 1d0e8e96f76d551c38702cc77aa4181f0700f429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2023-03-25 20:10:06 UTC
+++ configure.ac
@@ -22,7 +22,7 @@ build_linux=no
 build_mac=no
 
 case "${host_os}" in
-    linux*)
+    linux*|freebsd*)
         build_linux=yes
         ;;
     cygwin*|mingw*)