OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   05-Apr-2003 22:42:53
  Branch: HEAD                             Handle: 2003040521425300

  Modified files:
    openpkg-src/xaw3d       xaw3d.spec

  Log:
    Repair dependencies to build on all platforms, and integrate Ralf's
    suggestion to make style more consistent

  Summary:
    Revision    Changes     Path
    1.11        +3  -3      openpkg-src/xaw3d/xaw3d.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xaw3d/xaw3d.spec
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 xaw3d.spec
  --- openpkg-src/xaw3d/xaw3d.spec      5 Apr 2003 18:44:02 -0000       1.10
  +++ openpkg-src/xaw3d/xaw3d.spec      5 Apr 2003 20:42:53 -0000       1.11
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206, binutils
  +BuildPreReq:  OpenPKG, openpkg >= 20020206, X11, binutils, bison, flex
   PreReq:       OpenPKG, openpkg >= 20020206
   AutoReq:      no
   AutoReqProv:  no
  @@ -71,9 +71,9 @@
       %{l_shtool} subst \
           -e 's; -M mapfile;;g' \
           Makefile
  -    %{l_make} %{l_mflags -O} LD=%{l_prefix}/bin/ld MAKE=%{l_prefix}/bin/make
  +    %{l_make} %{l_mflags -O} LD=ld
       if [ ! -f libXaw3d.a ]; then
  -        %{l_prefix}/bin/ar -rs libXaw3d.a *.o
  +        ar -rs libXaw3d.a *.o
           ranlib libXaw3d.a
       fi
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to