OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Nov-2004 13:39:22
Branch: HEAD Handle: 2004112212392200
Modified files:
openpkg-src/xmake xmake.spec
Log:
modifying package: xmake-1.06 20040207 -> 20041122
Summary:
Revision Changes Path
1.30 +5 -2 openpkg-src/xmake/xmake.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmake/xmake.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 xmake.spec
--- openpkg-src/xmake/xmake.spec 7 Feb 2004 18:00:23 -0000 1.29
+++ openpkg-src/xmake/xmake.spec 22 Nov 2004 12:39:22 -0000 1.30
@@ -34,7 +34,7 @@
Group: Development
License: no restrictions
Version: 1.06
-Release: 20040207
+Release: 20041122
# list of sources
Source0: http://apollo.backplane.com/xmake/xmake-%{version}.tgz
@@ -43,7 +43,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
-PreReq: OpenPKG, openpkg >= 20040130
+PreReq: OpenPKG, openpkg >= 20040130, gcc
AutoReq: no
AutoReqProv: no
@@ -62,6 +62,9 @@
%prep
%setup -q -n xmake
+ %{l_shtool} subst \
+ -e 's;^\(#define[ ]*CPPCMD[ ]\).*$;\1 "%{l_cc} -E -DXMAKE
-nostdinc " INCLS " -x c";' \
+ defs.h
%build
%{l_make} %{l_mflags -O} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]