diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-06-21 16:31:13 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-06-21 16:31:13 +0000 |
commit | eb875f5619a99e6ea6137aa24efeff1e424df99d (patch) | |
tree | 5a5728d2f007fc5b84c90b20b36952191c964486 /chat | |
parent | 4d6650702c95687436ec94a40482a5c8a52dbb54 (diff) | |
download | pkgsrc-eb875f5619a99e6ea6137aa24efeff1e424df99d.tar.gz |
comment out configure flag "--enable-debug"
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index cf1f5194051..2c1df1708fe 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/06/21 16:04:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.15 2002/06/21 16:31:13 jschauma Exp $ DISTNAME= silc-client-0.9.2 CATEGORIES= chat security @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --disable-asm # If you want to help with testing silc-client, uncomment this. # -CONFIGURE_ARGS+= --enable-debug +#CONFIGURE_ARGS+= --enable-debug PLIST_SRC+= ${PKGDIR}/PLIST |