diff options
Diffstat (limited to 'devel/directfb/files/patch-configure')
-rw-r--r-- | devel/directfb/files/patch-configure | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/devel/directfb/files/patch-configure b/devel/directfb/files/patch-configure index faa1b3db39ff..1340d6d592c9 100644 --- a/devel/directfb/files/patch-configure +++ b/devel/directfb/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Mon Jan 13 23:25:30 2003 -+++ configure Sun Jan 19 22:10:41 2003 -@@ -5500,7 +5500,8 @@ +--- configure.orig 2008-03-12 17:28:51.000000000 +0200 ++++ configure 2008-03-12 17:32:16.000000000 +0200 +@@ -19439,7 +19439,8 @@ # This can be used to rebuild libtool when needed @@ -10,21 +10,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6153,7 +6154,7 @@ - +@@ -22065,7 +22066,7 @@ + fi -THREADFLAGS="-D_REENTRANT" +THREADFLAGS="-D_REENTRANT -pthread" - if test x$need_libc_r = xyes; then - echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6 -@@ -6391,7 +6392,7 @@ - DFB_INTERNAL_CFLAGS="$DFB_INTERNAL_CFLAGS -DDFB_DEBUG" - DFB_CFLAGS="$DFB_CFLAGS -O3 -g3 -fno-inline" - else -- DFB_CFLAGS="$DFB_CFLAGS -O3 -g" -+ DFB_CFLAGS="$DFB_CFLAGS -O" - if test "x$enable_profiling" = xno; then - DFB_CFLAGS_OMIT_FRAME_POINTER="-fomit-frame-pointer" - fi + if test "$have_kos" = "no"; then + if test "$need_libc_r" = "yes"; then |