diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-31 16:19:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-31 16:19:34 +0200 |
commit | 34e0ded71b3c60adb0f6a145537a94db1886196b (patch) | |
tree | 692685a761a2b47979dffc994eb2470a2a36a092 /package/snort/patches/patch-src_output-plugins_Makefile_in | |
parent | 281528655c7c918963a894707cff67c742d7a999 (diff) |
fix cross-compile on FreeBSD host
Diffstat (limited to 'package/snort/patches/patch-src_output-plugins_Makefile_in')
-rw-r--r-- | package/snort/patches/patch-src_output-plugins_Makefile_in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/snort/patches/patch-src_output-plugins_Makefile_in b/package/snort/patches/patch-src_output-plugins_Makefile_in new file mode 100644 index 000000000..1333552aa --- /dev/null +++ b/package/snort/patches/patch-src_output-plugins_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/output-plugins/Makefile.in 2009-10-19 23:18:00.000000000 +0200 ++++ snort-2.8.5.2/src/output-plugins/Makefile.in 2010-07-30 20:37:01.000000000 +0200 +@@ -162,7 +162,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ |