diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-16 14:12:48 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-16 14:12:48 +0000 |
commit | 2407ce31e1a31d03c0fc1d4e6319f60d0b3ba89e (patch) | |
tree | e8ad5871976d78502ea656a9561b8073f8b5669e /net-mgmt/driftnet/files/patch-configure.ac | |
parent | textproc/pootle: cleanup option handling: (diff) |
Update to 1.2.0
Notes
Notes:
svn path=/head/; revision=479895
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*) |