Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2001 08:08:13 -0700 (PDT)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math/siag/files patch-dbm
Message-ID:  <200110201508.f9KF8D667873@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mi          2001/10/20 08:08:13 PDT

  Added files:
    math/siag/files      patch-dbm 
  Log:
  If both  GDBM and  NDBM are  defined, siag will  try to  use all
  dbm-functions, including  dbm_pagfno. Our ndbm DOES  NOT provide
  it,  but  instead  of  being quite,  it  defines  dbm_pagfno  as
  DBM_PAGFNO_NOT_AVAILABLE. This breaks compiles, of course.
  
  Add  the patch,  that was  on my  local system  since April,  to
  undefine the this define and let siag use dbm_pagfno implemented
  in libgdbm. They should be compatible...
  
  Submitted by:	bento
  
  Revision  Changes    Path
  1.1       +9 -0      ports/math/siag/files/patch-dbm (new)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110201508.f9KF8D667873>