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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   17-Mar-2005 16:44:16
  Branch: HEAD                             Handle: 2005031715441500

  Modified files:
    openpkg-src/ruby        ruby.patch

  Log:
    fix order of arguments

  Summary:
    Revision    Changes     Path
    1.4         +1  -1      openpkg-src/ruby/ruby.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ruby/ruby.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 ruby.patch
  --- openpkg-src/ruby/ruby.patch       17 Mar 2005 12:07:36 -0000      1.3
  +++ openpkg-src/ruby/ruby.patch       17 Mar 2005 15:44:15 -0000      1.4
  @@ -17,7 +17,7 @@
        esix*|uxpds*)   : ${LDSHARED="ld -G"}
                        rb_cv_dlopen=yes ;;
   -    osf*)           : ${LDSHARED="ld -shared -expect_unresolved \"*\""}
  -+    osf*)           : ${LDSHARED="ld -shared -expect_unresolved 
-oldstyle_liblookup \"*\""}
  ++    osf*)           : ${LDSHARED="ld -shared -expect_unresolved \"*\" 
-oldstyle_liblookup"}
                        rb_cv_dlopen=yes ;;
        bsdi3*)         case "$CC" in
                        *shlicc*)       : ${LDSHARED="$CC -r"}
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to