diff options
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/patches/patch-configure.ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/vlc/patches/patch-configure.ac b/multimedia/vlc/patches/patch-configure.ac new file mode 100644 index 00000000000..3bc2cb49bdf --- /dev/null +++ b/multimedia/vlc/patches/patch-configure.ac @@ -0,0 +1,15 @@ +$NetBSD: patch-configure.ac,v 1.1 2013/01/22 11:46:38 wiz Exp $ + +automake-1.13 compat. + +--- configure.ac.orig 2011-12-20 15:24:09.000000000 +0000 ++++ configure.ac +@@ -24,7 +24,7 @@ AC_CANONICAL_HOST + AC_PRESERVE_HELP_ORDER + + AM_INIT_AUTOMAKE(tar-ustar) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + + # Disable with "./configure --disable-silent-rules" or "make V=1" + m4_ifdef([AM_SILENT_RULES], [ |