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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Jul-2003 15:21:37
  Branch: HEAD                             Handle: 2003071014213600

  Added files:
    openpkg-src/gnutls      gnutls.patch
  Modified files:
    openpkg-src/gnutls      gnutls.spec

  Log:
    add missing standard C header

  Summary:
    Revision    Changes     Path
    1.3         +10 -0      openpkg-src/gnutls/gnutls.patch
    1.27        +2  -0      openpkg-src/gnutls/gnutls.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnutls/gnutls.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.3 gnutls.patch
  --- /dev/null 2003-07-10 15:21:36.000000000 +0200
  +++ gnutls.patch      2003-07-10 15:21:37.000000000 +0200
  @@ -0,0 +1,10 @@
  +--- lib/defines.h.dist       2003-07-10 15:16:39.000000000 +0200
  ++++ lib/defines.h    2003-07-10 15:16:49.000000000 +0200
  +@@ -40,6 +40,7 @@
  + 
  + #ifdef STDC_HEADERS
  + # include <string.h>
  ++# include <stddef.h>
  + # include <stdlib.h>
  + # include <stdio.h>
  + # include <ctype.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnutls/gnutls.spec
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 gnutls.spec
  --- openpkg-src/gnutls/gnutls.spec    10 Jul 2003 10:25:59 -0000      1.26
  +++ openpkg-src/gnutls/gnutls.spec    10 Jul 2003 13:21:36 -0000      1.27
  @@ -37,6 +37,7 @@
   
   #   list of sources
   Source0:      ftp://gnutls.hellug.gr/pub/gnutls/gnutls-%{version}.tar.gz
  +Patch0:       gnutls.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -56,6 +57,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       echo 'ac_cv_type_ptrdiff_t=yes' >config.cache
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to