diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-10 08:46:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-10 08:46:51 +0000 |
commit | acd6e04d96a6e6f4c03c6c8e29727e8350a6e154 (patch) | |
tree | 7a283e6cb618e412fb840451943dc7b7739710e9 /net/libradius | |
parent | 5756006b0e9d45dfa65e1ba27289e4343e39d23e (diff) | |
download | pkgsrc-acd6e04d96a6e6f4c03c6c8e29727e8350a6e154.tar.gz |
This package uses a compiler, so USE_BUILDLINK3 must be set to
[Yy][Ee][Ss], make this build again...
Diffstat (limited to 'net/libradius')
-rw-r--r-- | net/libradius/Makefile | 4 | ||||
-rw-r--r-- | net/libradius/distinfo | 4 | ||||
-rw-r--r-- | net/libradius/patches/patch-aa | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net/libradius/Makefile b/net/libradius/Makefile index d7ca2e3a131..0270ed3cf16 100644 --- a/net/libradius/Makefile +++ b/net/libradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/09 22:40:32 manu Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/10 08:46:51 xtraeme Exp $ # DISTNAME= libradius-linux-20040827 @@ -9,6 +9,8 @@ MASTER_SITES= http://portal-to-web.de/tacacs/ MAINTAINER= manu@NetBSD.org COMMENT= RADIUS client library +USE_BUILDLINK3= yes + WRKSRC= ${WRKDIR}/libradius-linux .include "../../mk/bsd.pkg.mk" diff --git a/net/libradius/distinfo b/net/libradius/distinfo index 4fa7b30dacb..7c65460f5e5 100644 --- a/net/libradius/distinfo +++ b/net/libradius/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/10/20 22:45:30 manu Exp $ +$NetBSD: distinfo,v 1.2 2004/11/10 08:46:51 xtraeme Exp $ SHA1 (libradius-linux-20040827.tar.gz) = 27abd1390d16befe290ded70579bfdda8fabe68f Size (libradius-linux-20040827.tar.gz) = 15791 bytes -SHA1 (patch-aa) = 307aaacef1c5aa8bc326607723dd22141bea3f85 +SHA1 (patch-aa) = 8f28804cf1c92ae230663392cd2ad0258404d665 diff --git a/net/libradius/patches/patch-aa b/net/libradius/patches/patch-aa index b555c9b9480..f217d04e790 100644 --- a/net/libradius/patches/patch-aa +++ b/net/libradius/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2004/10/20 22:51:37 manu Exp $ +$NetBSD: patch-aa,v 1.3 2004/11/10 08:46:51 xtraeme Exp $ --- Makefile.orig 2004-08-27 07:20:33.000000000 +0000 +++ Makefile 2004-09-07 18:39:55.000000000 +0000 @@ -23,20 +23,16 @@ @@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.2 2004/10/20 22:51:37 manu Exp $ # netbsd - it's in libc -#LIBMD= -L/usr/lib -lc -+LIBMD= -L/usr/lib -lc ++#LIBMD= -L/usr/lib -lc LIB= radius |