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:   08-May-2007 08:50:13
  Branch: HEAD                             Handle: 2007050807501300

  Modified files:
    openpkg-src/ncurses     ncurses.patch ncurses.spec

  Log:
    fix building by removing multiple calls to the C compiler/linker

  Summary:
    Revision    Changes     Path
    1.12        +12 -0      openpkg-src/ncurses/ncurses.patch
    1.321       +1  -1      openpkg-src/ncurses/ncurses.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.patch
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 ncurses.patch
  --- openpkg-src/ncurses/ncurses.patch 1 May 2007 12:34:19 -0000       1.11
  +++ openpkg-src/ncurses/ncurses.patch 8 May 2007 06:50:13 -0000       1.12
  @@ -119,3 +119,15 @@
    demo_forms  $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   demo_forms edit_field
    demo_keyok  $(LDFLAGS_CURSES)       $(LOCAL_LIBS)   demo_keyok
    demo_menus  $(LDFLAGS_DEFAULT)      $(LOCAL_LIBS)   demo_menus
  +Index: tack/Makefile.in
  +--- tack/Makefile.in.orig    2006-12-17 16:58:32 +0100
  ++++ tack/Makefile.in 2007-05-08 08:45:30 +0200
  +@@ -93,7 +93,7 @@
  + LOCAL_LIBDIR        = @top_builddir@/lib
  + 
  + LD          = @LD@
  +-LINK                = @LINK_PROGS@ $(LIBTOOL_LINK) $(CC)
  ++LINK                = @LINK_PROGS@ $(LIBTOOL_LINK)
  + LDFLAGS             = @EXTRA_LDFLAGS@ \
  +             @TINFO_ARGS@ @LDFLAGS@ @LD_MODEL@ @LIBS@
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  ============================================================================
  $ cvs diff -u -r1.320 -r1.321 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  6 May 2007 22:17:12 -0000       1.320
  +++ openpkg-src/ncurses/ncurses.spec  8 May 2007 06:50:13 -0000       1.321
  @@ -50,7 +50,7 @@
   Group:        Terminal
   License:      MIT-style
   Version:      %{V_base}.%{V_patchL}
  -Release:      20070507
  +Release:      20070508
   
   #   list of sources
   Source0:      ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to