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: 09-Oct-2006 10:38:27
Branch: HEAD Handle: 2006100909382600
Modified files:
openpkg-src/unrar unrar.spec
Log:
add support for AMD64 platform
Summary:
Revision Changes Path
1.48 +2 -1 openpkg-src/unrar/unrar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/unrar/unrar.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 unrar.spec
--- openpkg-src/unrar/unrar.spec 17 Aug 2006 17:00:35 -0000 1.47
+++ openpkg-src/unrar/unrar.spec 9 Oct 2006 08:38:26 -0000 1.48
@@ -33,7 +33,7 @@
Group: Archiver
License: freely distributable
Version: 3.6.8
-Release: 20060817
+Release: 20061009
# list of sources
Source0: http://files.rarlab.com/rar/unrarsrc-%{version}.tar.gz
@@ -68,6 +68,7 @@
defines="-DUNRAR"
case "%{l_platform -p}" in
ix86-* ) defines="$defines -DLITTLE_ENDIAN" ;;
+ amd64-* ) defines="$defines -DLITTLE_ENDIAN" ;;
sparc*-* ) defines="$defines -DBIG_ENDIAN" ;;
esac
%{l_make} %{l_mflags -O} -f makefile.unix \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]