summaryrefslogtreecommitdiff
path: root/net/libdnet
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-02-06 23:57:03 +0000
committeradrianp <adrianp>2005-02-06 23:57:03 +0000
commit63e731821f7b8f34aa36cd3dd448a4783081ad09 (patch)
tree93fbdfbcb71519fd2e5986e60f87096f7e255d06 /net/libdnet
parent25c49a07ce469c930de5fa4f601e55739ee6b125 (diff)
downloadpkgsrc-63e731821f7b8f34aa36cd3dd448a4783081ad09.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"