summaryrefslogtreecommitdiff
path: root/net/libdnet
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-02-06 23:57:03 +0000
committeradrianp <adrianp@pkgsrc.org>2005-02-06 23:57:03 +0000
commitcf88eacf3e55bf19606d4c685fd6083c7f6d862d (patch)
tree93fbdfbcb71519fd2e5986e60f87096f7e255d06 /net/libdnet
parentb1d7d40fdbe674902141215698954630a1d379ff (diff)
downloadpkgsrc-cf88eacf3e55bf19606d4c685fd6083c7f6d862d.tar.gz
- Fix for build on NetBSD alpha boxen
- Thanks to diro (at) nixsys.bz for reporting this in PR# 25955 and testing the patch.
Diffstat (limited to 'net/libdnet')
-rw-r--r--net/libdnet/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index 3e6b3025140..09c6d25ad4c 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -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 @@ USE_LIBTOOL= yes
BUILD_DEFS+= USE_INET6
+.include "../../mk/bsd.prefs.mk"
+.if ${MACHINE_ARCH} == "alpha"
+CONFIGURE_ARGS+= --without-check
+.endif
+
.include "../../mk/bsd.pkg.mk"