pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libdnet - Fix for build on NetBSD alpha boxen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa56c9188534
branches:  trunk
changeset: 488701:aa56c9188534
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Feb 06 23:57:03 2005 +0000

description:
- Fix for build on NetBSD alpha boxen
- Thanks to diro (at) nixsys.bz for reporting this in PR# 25955 and testing the
  patch.

diffstat:

 net/libdnet/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5c15d7d85519 -r aa56c9188534 net/libdnet/Makefile
--- a/net/libdnet/Makefile      Sun Feb 06 23:12:43 2005 +0000
+++ b/net/libdnet/Makefile      Sun Feb 06 23:57:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/04 15:46:41 peter Exp $
+# $NetBSD: Makefile,v 1.7 2005/02/06 23:57:03 adrianp Exp $
 #
 
 DISTNAME=      libdnet-1.8
@@ -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"



Home | Main Index | Thread Index | Old Index