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: 14-Oct-2005 17:01:55
Branch: OPENPKG_2_5_SOLID Handle: 2005101416015400
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/freetype freetype.spec
Log:
MFC: correctly pass C compiler program and flags
Summary:
Revision Changes Path
1.53.2.2 +2 -0 openpkg-src/freetype/freetype.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/freetype/freetype.spec
============================================================================
$ cvs diff -u -r1.53.2.1 -r1.53.2.2 freetype.spec
--- openpkg-src/freetype/freetype.spec 11 Oct 2005 12:49:56 -0000
1.53.2.1
+++ openpkg-src/freetype/freetype.spec 14 Oct 2005 15:01:54 -0000
1.53.2.2
@@ -74,6 +74,8 @@
builds/unix/configure
%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
%{l_make} %{l_mflags} setup \
CFG="--prefix=%{l_prefix} --disable-shared --without-zlib"
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]