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: 12-Jun-2008 14:53:01
Branch: HEAD Handle: 2008061213530000
Modified files:
openpkg-src/gd gd.spec
Log:
fix building under with_fontconfig=no
Summary:
Revision Changes Path
1.99 +3 -1 openpkg-src/gd/gd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.98 -r1.99 gd.spec
--- openpkg-src/gd/gd.spec 1 Jan 2008 14:54:18 -0000 1.98
+++ openpkg-src/gd/gd.spec 12 Jun 2008 12:53:00 -0000 1.99
@@ -32,7 +32,7 @@
Group: Graphics
License: GPL
Version: 2.0.35
-Release: 20080101
+Release: 20080612
# package options
%option with_xpm no
@@ -124,6 +124,8 @@
--with-freetype=%{l_prefix} \
%if "%{with_fontconfig}" == "yes"
--with-fontconfig=%{l_prefix} \
+%else
+ --without-fontconfig \
%endif
--disable-shared
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]