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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   30-Dec-2002 10:37:57
  Branch: HEAD                             Handle: 2002123009375700

  Added files:
    openpkg-src/ruby        ruby.patch

  Log:
    add patch to CVS, too

  Summary:
    Revision    Changes     Path
    1.1         +11 -0      openpkg-src/ruby/ruby.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ruby/ruby.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 ruby.patch
  --- /dev/null 2002-12-30 10:37:57.000000000 +0100
  +++ ruby.patch        2002-12-30 10:37:57.000000000 +0100
  @@ -0,0 +1,11 @@
  +--- ext/dbm/extconf.rb.orig  2002-12-16 08:34:23.000000000 +0100
  ++++ ext/dbm/extconf.rb       2002-12-30 10:04:05.000000000 +0100
  +@@ -47,7 +47,7 @@
  + if dblib
  +   db_check(dblib)
  + else
  +-  for dblib in %w(db db2 db1 dbm gdbm)
  ++  for dblib in %w(dbm db2 db1 db gdbm)
  +     db_check(dblib) and break
  +   end
  + end
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to