pkgsrc-Bugs archive

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

Re: pkg/37380 (pkgtools/p5-pkgsrc-Dewey fails due to missing err function on IRIX)



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

From: Steven Drake <sbd%users.sf.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/37380 (pkgtools/p5-pkgsrc-Dewey fails due to missing err
 function on IRIX)
Date: Wed, 25 Mar 2009 21:37:11 +1300 (NZDT)

 Same problem on linux!
 
 to fix (on linux) add to the Makefile:
 
 USE_FEATURES+=err
 MAKE_ENV+=LIBS=${LIBS:Q}
 
 and apply this patch:
 
 --- Makefile.PL
 +++ Makefile.PL
 @@ -5,4 +5,5 @@ WriteMakefile(
      VERSION_FROM      => 'Dewey.pm', # finds $VERSION
      INC               => '-I.',
      OBJECT            => '$(O_FILES)', # link all the C files too
 +    LIBS              => "$ENV{LDFLAGS} $ENV{LIBS}", # for -lnbcompat
  );
 


Home | Main Index | Thread Index | Old Index