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:   09-Jun-2003 09:33:56
  Branch: HEAD                             Handle: 2003060908335500

  Modified files:
    openpkg-src/bind8       bind8.spec

  Log:
    don't know why it now already works with our gcc, but that's fine. So
    remove the old hack.

  Summary:
    Revision    Changes     Path
    1.28        +1  -10     openpkg-src/bind8/bind8.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bind8/bind8.spec
  ============================================================================
  $ cvs diff -u -r1.27 -r1.28 bind8.spec
  --- openpkg-src/bind8/bind8.spec      9 Jun 2003 06:45:02 -0000       1.27
  +++ openpkg-src/bind8/bind8.spec      9 Jun 2003 07:33:55 -0000       1.28
  @@ -76,18 +76,9 @@
       echo "'DESTINC=/dummy'" >>port/$systype/Makefile.set
       echo "'DESTLIB=/dummy'" >>port/$systype/Makefile.set
   
  -    #   find a reasonable compiler, but because of BIND v8's
  -    #   system dependend linking stuff, we have to use the vendor
  -    #   version on some platforms.
  -    cc="%{l_cc}"
  -    case $systype in
  -        freebsd ) cc="/usr/bin/cc" ;;
  -    esac
  -    cc="$cc"
  -
       #   now configure and build the package
       %{l_make} %{l_mflags} \
  -        CC="$cc" \
  +        CC="%{l_cc}" \
           DESTDIR="$RPM_BUILD_ROOT" \
           DESTBIN="%{l_prefix}/bin" \
           DESTSBIN="%{l_prefix}/sbin" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to