OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Oct-2004 23:47:37
Branch: HEAD Handle: 2004100122473700
Modified files:
openpkg-src/gd gd.spec
Log:
requires gcc because of inline and other constructs
Summary:
Revision Changes Path
1.76 +2 -2 openpkg-src/gd/gd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.75 -r1.76 gd.spec
--- openpkg-src/gd/gd.spec 20 Sep 2004 16:17:12 -0000 1.75
+++ openpkg-src/gd/gd.spec 1 Oct 2004 21:47:37 -0000 1.76
@@ -34,7 +34,7 @@
Group: Graphics
License: GPL
Version: 2.0.28
-Release: 20040920
+Release: 20041001
# package options
%option with_xpm no
@@ -46,7 +46,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130, perl
BuildPreReq: png, zlib, jpeg, freetype
PreReq: png, zlib, jpeg, freetype
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]