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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   15-Jan-2007 21:09:58
  Branch: HEAD                             Handle: 2007011520095800

  Modified files:
    openpkg-src/openssl     openssl.spec

  Log:
    no assembler code on sparc64-freebsd

  Summary:
    Revision    Changes     Path
    1.79        +6  -4      openpkg-src/openssl/openssl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  ============================================================================
  $ cvs diff -u -r1.78 -r1.79 openssl.spec
  --- openpkg-src/openssl/openssl.spec  1 Jan 2007 17:40:27 -0000       1.78
  +++ openpkg-src/openssl/openssl.spec  15 Jan 2007 20:09:58 -0000      1.79
  @@ -33,7 +33,7 @@
   Group:        SSL
   License:      BSD-style
   Version:      0.9.8d
  -Release:      20061013
  +Release:      20070115
   
   #   package options
   %option       with_zlib     no
  @@ -97,12 +97,14 @@
   %if "%{with_pic}" == "yes"
       options="$options -fPIC"
       case "%{l_platform -t}" in
  -        amd64-* ) options="$options no-asm" ;;
  +        amd64-*          ) options="$options no-asm" ;;
  +        sparc64-freebsd* ) options="$options no-asm" ;;
       esac
   %else
       case "%{l_platform -t}" in
  -        amd64-* ) options="$options -fPIC no-asm" ;;
  -        ia64-* ) options="$options -fPIC" ;;
  +        amd64-*          ) options="$options -fPIC no-asm" ;;
  +        ia64-*           ) options="$options -fPIC"        ;;
  +        sparc64-freebsd* ) options="$options -fPIC no-asm" ;;
       esac
   %endif
   %if "%{with_zlib}" == "yes"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to