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: 18-Feb-2005 17:06:33 Branch: HEAD Handle: 2005021816063300 Modified files: openpkg-src/gmp gmp.spec Log: fix building under sparc/Solaris by removing the sparc assembly code at all Summary: Revision Changes Path 1.28 +2 -1 openpkg-src/gmp/gmp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gmp/gmp.spec ============================================================================ $ cvs diff -u -r1.27 -r1.28 gmp.spec --- openpkg-src/gmp/gmp.spec 16 Feb 2005 16:18:19 -0000 1.27 +++ openpkg-src/gmp/gmp.spec 18 Feb 2005 16:06:33 -0000 1.28 @@ -34,7 +34,7 @@ Group: Algorithm License: LGPL Version: 4.1.4 -Release: 20050216 +Release: 20050218 # list of sources Source0: ftp://ftp.gnu.org/gnu/gmp/gmp-%{version}.tar.gz @@ -67,6 +67,7 @@ %prep %setup -q + rm -rf mpn/sparc* %build CC="%{l_cc}" \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org