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:   11-Jul-2007 21:14:11
  Branch: HEAD                             Handle: 2007071120141000

  Modified files:
    openpkg-src/pkgconfig   pkgconfig.spec

  Log:
    initialize the libs variable and apply the usual Solaris grep(1)
    bandage

  Summary:
    Revision    Changes     Path
    1.41        +3  -1      openpkg-src/pkgconfig/pkgconfig.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pkgconfig/pkgconfig.spec
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 pkgconfig.spec
  --- openpkg-src/pkgconfig/pkgconfig.spec      19 Jun 2007 06:53:05 -0000      
1.40
  +++ openpkg-src/pkgconfig/pkgconfig.spec      11 Jul 2007 19:14:10 -0000      
1.41
  @@ -33,7 +33,7 @@
   Group:        Building
   License:      GPL
   Version:      0.22
  -Release:      20070619
  +Release:      20070711
   
   #   list of sources
   Source0:      
http://pkgconfig.freedesktop.org/releases/pkg-config-%{version}.tar.gz
  @@ -68,12 +68,14 @@
           configure glib-*/configure
   
   %build
  +    libs=""
       case "%{l_platform -t}" in
           *-freebsd* ) libs="-pthread" ;;
       esac
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       LIBS="$libs" \
  +    GREP="grep" \
       ./configure \
           --prefix=%{l_prefix} \
           --enable-indirect-deps=yes \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to