pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/freeradius - Fix incorrect ./configure syntax for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31396673940c
branches:  trunk
changeset: 483348:31396673940c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Nov 10 23:06:14 2004 +0000

description:
- Fix incorrect ./configure syntax for non-threaded builds

diffstat:

 net/freeradius/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 997c279fbfe1 -r 31396673940c net/freeradius/Makefile
--- a/net/freeradius/Makefile   Wed Nov 10 22:27:32 2004 +0000
+++ b/net/freeradius/Makefile   Wed Nov 10 23:06:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/11/10 22:27:32 adrianp Exp $
+# $NetBSD: Makefile,v 1.17 2004/11/10 23:06:14 adrianp Exp $
 
 DISTNAME=      freeradius-1.0.1
 PKGREVISION=   3
@@ -117,7 +117,7 @@
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
-CONFIGURE_ARGS+=       --with-threads=no
+CONFIGURE_ARGS+=       --without-threads
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index