pkgsrc-Bugs archive

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

Re: pkg/25955



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

From: Adrian Portelli <adrianp%stindustries.net@localhost>
To: diro%nixsys.bz@localhost, gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/25955
Date: Sun, 06 Feb 2005 20:48:49 +0000

 This is a multi-part message in MIME format.
 --------------060605030906010307090703
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Could you please try the following patch and see if it fixes your problem.
 
 thanks,
 
 adrian.
 
 --------------060605030906010307090703
 Content-Type: text/plain;
  name="libdnet.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="libdnet.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/net/libdnet/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- Makefile   4 Dec 2004 15:46:41 -0000       1.6
 +++ Makefile   6 Feb 2005 20:14:00 -0000
 @@ -16,4 +16,9 @@
  
  BUILD_DEFS+=  USE_INET6
  
 +.include "../../mk/bsd.prefs.mk"
 +.if ${MACHINE_ARCH} == "alpha"
 +CONFIGURE_ARGS+=      --without-check
 +.endif
 +
  .include "../../mk/bsd.pkg.mk"
 
 --------------060605030906010307090703--
 



Home | Main Index | Thread Index | Old Index