diff options
Diffstat (limited to 'net-mgmt/driftnet/files/patch-configure.ac')
-rw-r--r-- | net-mgmt/driftnet/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/driftnet/files/patch-configure.ac b/net-mgmt/driftnet/files/patch-configure.ac new file mode 100644 index 000000000000..3998e1c88f1c --- /dev/null +++ b/net-mgmt/driftnet/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-09-15 19:08:05 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*) |