source: scripts/untested/blfs-patches/glib-1.2.10-gcc34-1.patch @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 821 bytes
  • gstrfuncs.c

    Submitted By: Uwe Düffert (lfs at uwe-dueffert dot de)
    Date: 2004-05-15
    Initial Package Version: 1.2.10
    Origin: self-created, http://www.uwe-dueffert.de/lfs/ownpatches/glib-1.2.10-gcc34-1.patch
    Upstream Status: not reported
    Description: fix compilation of glib1 with gcc34
     
    $LastChangedBy: bdubbs $
    $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
    
    diff -Naur glib-1.2.10.orig/gstrfuncs.c glib-1.2.10/gstrfuncs.c
    old new  
    4747 * inteferes with g_strsignal() on some OSes
    4848 */
    4949
     50#define G_GNUC_PRETTY_FUNCTION
     51
    5052typedef union  _GDoubleIEEE754  GDoubleIEEE754;
    5153#define G_IEEE754_DOUBLE_BIAS   (1023)
    5254/* multiply with base2 exponent to get base10 exponent (nomal numbers) */
Note: See TracBrowser for help on using the repository browser.