summaryrefslogtreecommitdiff
path: root/audio/flac/files/patch-configure
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-06-09 19:30:58 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-06-09 19:30:58 +0000
commit1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch)
tree45e6d01ac243fc692b2b3dc21ccf4af150938e8d /audio/flac/files/patch-configure
parent- Update to 1.22 (diff)
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports. PR: 179072
Notes
Notes: svn path=/head/; revision=320405
Diffstat (limited to 'audio/flac/files/patch-configure')
-rw-r--r--audio/flac/files/patch-configure14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure
index 75fe5afb534a..f4d604e92fac 100644
--- a/audio/flac/files/patch-configure
+++ b/audio/flac/files/patch-configure
@@ -1,14 +1,14 @@
$FreeBSD$
---- configure.orig
-+++ configure
-@@ -23490,7 +23490,7 @@
+--- configure.orig 2013-05-27 10:11:54.740045000 +0200
++++ configure 2013-06-09 18:15:53.000000000 +0200
+@@ -19807,7 +19807,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="-Wall -W $CFLAGS"
+ if test "x$user_cflags" = x; then
+- CFLAGS="-O3 -funroll-loops -Wall -W -Winline"
++ CFLAGS="-Wall -W"
+ fi
fi
fi
-