diff options
author | David Seifert <soap@gentoo.org> | 2021-10-16 15:58:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-10-16 15:58:43 +0200 |
commit | 176fa54352795eb7aada243865dd7665ff1835c1 (patch) | |
tree | 46f91b05aafeb43a9bef8af304dbf75b81750d39 /media-libs/tremor/files/tremor-0_pre20130223-autoconf.patch | |
parent | media-libs/flickcurl: port to EAPI 8 (diff) | |
download | gentoo-176fa54352795eb7aada243865dd7665ff1835c1.tar.gz gentoo-176fa54352795eb7aada243865dd7665ff1835c1.tar.bz2 gentoo-176fa54352795eb7aada243865dd7665ff1835c1.zip |
media-libs/tremor: port to EAPI 8
Closes: https://bugs.gentoo.org/629756
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/tremor/files/tremor-0_pre20130223-autoconf.patch')
-rw-r--r-- | media-libs/tremor/files/tremor-0_pre20130223-autoconf.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/tremor/files/tremor-0_pre20130223-autoconf.patch b/media-libs/tremor/files/tremor-0_pre20130223-autoconf.patch new file mode 100644 index 000000000000..97dda9ffac9e --- /dev/null +++ b/media-libs/tremor/files/tremor-0_pre20130223-autoconf.patch @@ -0,0 +1,26 @@ +--- a/configure.in ++++ b/configure.in +@@ -9,7 +9,7 @@ + AC_CANONICAL_HOST + AC_CANONICAL_TARGET + +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + AM_INIT_AUTOMAKE(libvorbisidec,1.2.1) + +@@ -62,12 +62,12 @@ + case $host in + arm-*-*) + DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_" +- CFLAGS="-O2 -D_ARM_ASSEM_ -fsigned-char" ++ CFLAGS=" -D_ARM_ASSEM_ -fsigned-char" + PROFILE="-W -pg -g -O2 -D_ARM_ASSEM_ -fsigned-char -fno-inline-functions";; + + *) + DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char" +- CFLAGS="-O2 -Wall -fsigned-char" ++ CFLAGS=" -Wall -fsigned-char" + PROFILE="-Wall -pg -g -O2 -fsigned-char -fno-inline-functions";; + esac + fi |