Subject: Re: pkg/25955
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Adrian Portelli <adrianp@stindustries.net>
List: pkgsrc-bugs
Date: 02/06/2005 20:50:02
The following reply was made to PR pkg/25955; it has been noted by GNATS.
From: Adrian Portelli <adrianp@stindustries.net>
To: diro@nixsys.bz, gnats-bugs@netbsd.org
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--