summaryrefslogtreecommitdiffstats
path: root/main/snort/automake.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-01-01 10:18:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-01-01 10:18:13 +0000
commit93dfbba194f96215a717cb2ff4fc76156165c404 (patch)
tree9ef7a70b7f7952463042ac79ccb46e5cc1669ea3 /main/snort/automake.patch
parenta66e332dd08f66ad6c76b8c6d22dbbba7ca31f63 (diff)
downloadaports-93dfbba194f96215a717cb2ff4fc76156165c404.tar.bz2
aports-93dfbba194f96215a717cb2ff4fc76156165c404.tar.xz
main/snort: build fix for automake-1.13
Diffstat (limited to 'main/snort/automake.patch')
-rw-r--r--main/snort/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/snort/automake.patch b/main/snort/automake.patch
new file mode 100644
index 000000000..efab36236
--- /dev/null
+++ b/main/snort/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.in.orig 2013-01-01 10:08:17.414478737 +0000
++++ ./configure.in 2013-01-01 10:08:24.514546679 +0000
+@@ -3,7 +3,7 @@
+ AC_CONFIG_SRCDIR([src/snort.c])
+ AC_PREREQ(2.50)
+ #LT_PREREQ([2.2.6])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+ # When changing the snort version, please also update the VERSION
+ # definition in "src/win32/WIN32-Includes/config.h"
+ AM_INIT_AUTOMAKE(snort,2.9.4)