pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49511: Unbreak lang/ruby200-base on Mac OS X Tiger



The following reply was made to PR pkg/49511; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49511: Unbreak lang/ruby200-base on Mac OS X Tiger
Date: Sun, 28 Dec 2014 20:59:31 +0000

 On Sun, Dec 28, 2014 at 07:30:00PM +0000, venture37%geeklan.co.uk@localhost wrote:
  > +--- ext/dbm/extconf.rb.orig    2014-12-28 17:33:20.000000000 +0000
  > ++++ ext/dbm/extconf.rb
  > +@@ -119,7 +119,7 @@ def headers.db_check2(db, hdr)
  > +     have_library("gdbm") or return false
  > +   end
  > + 
  > +-  if !have_type("DBM", hdr, hsearch)
  > ++  if !have_type("DBM", ["db.h", hdr], hsearch)
  > +     return false
  > +   end
  > + 
 
 If that's a db-1.85 db.h, which I'm guessing it is, are you sure it
 really ought to be matched?
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index