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: 10-Nov-2006 14:18:17
Branch: HEAD Handle: 2006111013181700
Modified files:
openpkg-src/db db.spec
Log:
conditionally requires g++
Summary:
Revision Changes Path
1.73 +4 -1 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.72 -r1.73 db.spec
--- openpkg-src/db/db.spec 14 Oct 2006 07:41:31 -0000 1.72
+++ openpkg-src/db/db.spec 10 Nov 2006 13:18:17 -0000 1.73
@@ -37,7 +37,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20061014
+Release: 20061110
# package options
%option with_compat no
@@ -53,6 +53,9 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
+%if "%{with_cxx}" == "yes"
+BuildPreReq: gcc::with_cxx = yes
+%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]