aboutsummaryrefslogtreecommitdiffstats
path: root/main/faac/automake.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-07 09:33:19 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-30 15:26:38 +0000
commit1af6d90264aa06378b6add81b2a7cb6c9292227e (patch)
tree73803971c90caa1a2011d63dc76869d1d7a4e29b /main/faac/automake.patch
parent84db8330aea33de37b7befcd8dfb7e3b340468af (diff)
downloadaports-1af6d90264aa06378b6add81b2a7cb6c9292227e.tar.bz2
aports-1af6d90264aa06378b6add81b2a7cb6c9292227e.tar.xz
main/faac: upgrade to 1.29.9.2
Diffstat (limited to 'main/faac/automake.patch')
-rw-r--r--main/faac/automake.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/faac/automake.patch b/main/faac/automake.patch
deleted file mode 100644
index 7aa026b6fa..0000000000
--- a/main/faac/automake.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.in.orig 2012-12-31 11:43:05.395168229 +0000
-+++ ./configure.in 2012-12-31 11:43:20.171958905 +0000
-@@ -3,7 +3,7 @@
- AC_CONFIG_AUX_DIR(.)
- AM_INIT_AUTOMAKE
-
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADER(config.h)
-
- AC_ARG_WITH( mp4v2, [ --with-mp4v2 compile libmp4v2],WITHMP4V2=$withval, WITHMP4V2=yes)
- AC_ARG_ENABLE( drm, [ --enable-drm Digital Radio Mondiale support], enable_drm=$enableval, enable_drm=no)