diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-14 19:51:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:55:58 +0200 |
commit | 7cb4ddde8b4f0ab05bc8f6b6df56fdd5ef0d8e73 (patch) | |
tree | be0577561e90edaa6251906e7596c23a5cdb4d45 /package/flac/patches/patch-configure | |
parent | 0c1003a182cf206092e9a7cc1534c816ed906c1f (diff) |
update flac to latest upstream
Diffstat (limited to 'package/flac/patches/patch-configure')
-rw-r--r-- | package/flac/patches/patch-configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/flac/patches/patch-configure b/package/flac/patches/patch-configure deleted file mode 100644 index 830c77407..000000000 --- a/package/flac/patches/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ -$Id$ ---- flac-1.2.1.orig/configure 2007-09-16 22:05:33.000000000 +0200 -+++ flac-1.2.1/configure 2008-08-21 14:57:46.000000000 +0200 -@@ -23490,7 +23490,7 @@ else - CPPFLAGS="-DNDEBUG $CPPFLAGS" - if test "x$GCC" = xyes; then - CPPFLAGS="-DFLaC__INLINE=__inline__ $CPPFLAGS" -- CFLAGS="-O3 -funroll-loops -finline-functions -Wall -W -Winline $CFLAGS" -+ CFLAGS="-finline-functions -Wall -W -Winline $CFLAGS" - fi - fi - |