aboutsummaryrefslogtreecommitdiff
path: root/security/snort
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-03 10:19:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-03 10:19:16 +0000
commita9a11d2607812b4c9b13903fb49573c12ffbcd54 (patch)
tree146db79aee6df909a7f3d7753006b224f21d65aa /security/snort
parent6cf16b507116560c5e4684e4870cfc58f655069f (diff)
downloadports-a9a11d2607812b4c9b13903fb49573c12ffbcd54.tar.gz
ports-a9a11d2607812b4c9b13903fb49573c12ffbcd54.zip
#include <sys/param.h> instead of <machine/param.h> to fix build on
-current.
Notes
Notes: svn path=/head/; revision=60523
Diffstat (limited to 'security/snort')
-rw-r--r--security/snort/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/snort/files/patch-aa b/security/snort/files/patch-aa
new file mode 100644
index 000000000000..fdd36588b4f8
--- /dev/null
+++ b/security/snort/files/patch-aa
@@ -0,0 +1,11 @@
+--- plugbase.h.orig Mon Jun 3 03:06:52 2002
++++ plugbase.h Mon Jun 3 03:06:59 2002
+@@ -99,7 +99,7 @@
+ #endif
+
+ #if defined(FREEBSD) || defined(OPENBSD)
+- #include <machine/param.h>
++ #include <sys/param.h>
+ #endif
+
+ #if defined(SOLARIS)