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:00:42
  Branch: HEAD                             Handle: 2005101416004200

  Modified files:
    openpkg-src/freetype    freetype.spec

  Log:
    use optimize flags and also pass C compiler

  Summary:
    Revision    Changes     Path
    1.55        +2  -1      openpkg-src/freetype/freetype.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/freetype/freetype.spec
  ============================================================================
  $ cvs diff -u -r1.54 -r1.55 freetype.spec
  --- openpkg-src/freetype/freetype.spec        14 Oct 2005 14:54:37 -0000      
1.54
  +++ openpkg-src/freetype/freetype.spec        14 Oct 2005 15:00:42 -0000      
1.55
  @@ -74,7 +74,8 @@
           builds/unix/configure
   
   %build
  -    CFLAGS="%{l_cflags}" \
  +    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]

Reply via email to