diff options
author | adrianp <adrianp> | 2005-02-06 23:57:03 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-02-06 23:57:03 +0000 |
commit | 5bfe1789fc47cb1789c50af675a1295d128049c4 (patch) | |
tree | 93fbdfbcb71519fd2e5986e60f87096f7e255d06 /net/libdnet/Makefile | |
parent | 901915b62d0d92a01c395c19b7c5bec7f86ece16 (diff) | |
download | pkgsrc-5bfe1789fc47cb1789c50af675a1295d128049c4.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/Makefile')
-rw-r--r-- | net/libdnet/Makefile | 7 |
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" |