diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-16 04:52:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-16 04:52:54 +0000 |
commit | 8eb01161d22722075ad9b6db25895cf101a0b528 (patch) | |
tree | 201877811ab674bdb31f841211c87a2164fc863d /dev-libs/DirectFB/files | |
parent | Added sparc stable keyword (diff) | |
download | gentoo-2-8eb01161d22722075ad9b6db25895cf101a0b528.tar.gz gentoo-2-8eb01161d22722075ad9b6db25895cf101a0b528.tar.bz2 gentoo-2-8eb01161d22722075ad9b6db25895cf101a0b528.zip |
Scrub CFLAGS from configure.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-libs/DirectFB/files')
-rw-r--r-- | dev-libs/DirectFB/files/DirectFB-0.9.24-CFLAGS.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/DirectFB/files/DirectFB-0.9.24-CFLAGS.patch b/dev-libs/DirectFB/files/DirectFB-0.9.24-CFLAGS.patch new file mode 100644 index 000000000000..b541e5ca9df3 --- /dev/null +++ b/dev-libs/DirectFB/files/DirectFB-0.9.24-CFLAGS.patch @@ -0,0 +1,26 @@ +--- configure ++++ configure +@@ -21384,7 +21384,6 @@ + CFLAGS= + fi + +-CFLAGS="-O3 -ffast-math -pipe $CFLAGS" + + DFB_INTERNAL_CFLAGS="-D_GNU_SOURCE $DFB_INTERNAL_CFLAGS" + +@@ -21903,7 +21902,6 @@ + enable_debug=no + fi; + if test "$enable_debug" = "yes"; then +- CFLAGS="$CFLAGS -g3 -fno-inline" + DIRECT_BUILD_DEBUG=1 + else + DIRECT_BUILD_DEBUG=0 +@@ -21929,7 +21927,6 @@ + enable_trace=no + fi; + if test "$enable_trace" = "yes"; then +- DFB_INTERNAL_CFLAGS="$DFB_INTERNAL_CFLAGS -finstrument-functions" + DIRECT_BUILD_TRACE=1 + else + DIRECT_BUILD_TRACE=0 |