OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Jan-2003 15:20:45
  Branch: HEAD                             Handle: 2003011414204500

  Modified files:
    openpkg-src/gd1         gd1.spec

  Log:
    malloc/stdlib replacement is always valid

  Summary:
    Revision    Changes     Path
    1.13        +4  -5      openpkg-src/gd1/gd1.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gd1/gd1.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 gd1.spec
  --- openpkg-src/gd1/gd1.spec  14 Jan 2003 14:05:37 -0000      1.12
  +++ openpkg-src/gd1/gd1.spec  14 Jan 2003 14:20:45 -0000      1.13
  @@ -66,11 +66,10 @@
       %{l_shtool} subst \
           -e 's;^\(#define DEFAULT_FONTPATH\).*$;\1 
"%{l_prefix}/share/fonts/truetype";' \
           gd.h
  -    case "%{l_target}" in
  -        *-freebsd5*) %{l_shtool} subst \
  -             -e 's;^#include <malloc.h>*$;#include <stdlib.h>;' \
  -              gdcache.h;;
  -    esac
  +    %{l_shtool} subst \
  +         -e 's;^#include <malloc.h>*$;#include <stdlib.h>;' \
  +          gdcache.h
  +
   %build
   
       %{l_make} %{l_mflags} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to