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:   25-Jun-2004 11:50:42
  Branch: HEAD                             Handle: -NONE-

  Modified files:
    openpkg-src/db          db.spec

  Log:
    extend the udivdi3 hack to muldi3 for Solaris 9

  Summary:
    Revision    Changes     Path
    1.48        +0  -0      openpkg-src/db/db.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/db/db.spec
  ============================================================================
  $ cvs diff -u -r1.47 -r1.48 db.spec
  --- openpkg-src/db/db.spec    24 Jun 2004 14:45:50 -0000      1.47
  +++ openpkg-src/db/db.spec    25 Jun 2004 09:50:42 -0000      1.48
  @@ -38,7 +38,7 @@
   Group:        Database
   License:      BSD
   Version:      %{V_version}.%{V_revision}
  -Release:      20040624
  +Release:      20040625
   
   #   package options
   %option       with_compat no
  @@ -85,7 +85,7 @@
       %patch -p0 -P 1
       %patch -p0 -P 2
       %{l_shtool} subst \
  -        -e 's;\($(ar) cr .*\);\1 _udivdi3.o;' \
  +        -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o;' \
           dist/Makefile.in
   
   %build
  @@ -100,7 +100,7 @@
           *        ) mutex="UNIX/fcntl"         ;;
       esac
       cd build_unix
  -    ar -vx `%{l_cc} -print-libgcc-file-name` _udivdi3.o
  +    ar -vx `%{l_cc} -print-libgcc-file-name` _udivdi3.o _muldi3.o
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
   %if "%{with_cxx}" == "yes"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to