diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-28 16:38:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-28 16:38:25 +0100 |
commit | 7e2ab882b91b64fb5c596a43d582ea0cbf3ed451 (patch) | |
tree | bbde46601c909d4186640492069c14551a56aabe /package/DirectFB/patches/patch-configure | |
parent | 03d71c7c3120b2511010127737290c0473ad52a2 (diff) |
update to latest upstream
Diffstat (limited to 'package/DirectFB/patches/patch-configure')
-rw-r--r-- | package/DirectFB/patches/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/DirectFB/patches/patch-configure b/package/DirectFB/patches/patch-configure deleted file mode 100644 index 86831102d..000000000 --- a/package/DirectFB/patches/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- DirectFB-1.4.11.orig/configure 2010-11-15 22:35:38.000000000 +0100 -+++ DirectFB-1.4.11/configure 2011-01-08 11:46:41.000000000 +0100 -@@ -16257,7 +16257,7 @@ if test x"$CFLAGS" = x"-g -O2"; then - CFLAGS= - fi - --CFLAGS="-O3 -ffast-math -pipe $CFLAGS" -+CFLAGS="-ffast-math -pipe $CFLAGS" - - DFB_INTERNAL_CFLAGS="-D_GNU_SOURCE $DFB_INTERNAL_CFLAGS" - |