Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/silc-client chat/silc-client: remove unknown conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27301374fb75
branches:  trunk
changeset: 433213:27301374fb75
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 31 17:23:45 2020 +0000

description:
chat/silc-client: remove unknown configure options

diffstat:

 chat/silc-client/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 8e008ca4e7e4 -r 27301374fb75 chat/silc-client/Makefile
--- a/chat/silc-client/Makefile Sun May 31 17:22:16 2020 +0000
+++ b/chat/silc-client/Makefile Sun May 31 17:23:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2019/11/02 22:18:25 rillig Exp $
+# $NetBSD: Makefile,v 1.73 2020/05/31 17:23:45 rillig Exp $
 
 DISTNAME=              ${SILC_CLIENT_DISTNAME}
 PKGREVISION=           11
@@ -29,14 +29,10 @@
 
 GNU_CONFIGURE_LIBSUBDIR=       ${PKGBASE}
 CONFIGURE_ARGS+=               --with-helpdir=${PREFIX}/share/${PKGBASE}/help
-CONFIGURE_ARGS+=               --with-docdir=${PREFIX}/share/doc/${PKGBASE}
-CONFIGURE_ARGS+=               --with-etcdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=               --with-simdir=${PREFIX}/lib/${PKGBASE}/modules
 CONFIGURE_ARGS+=               --with-iconv=${BUILDLINK_DIR}
 CONFIGURE_ARGS+=               --enable-shared
 CONFIGURE_ARGS+=               --with-terminfo
 CONFIGURE_ARGS+=               --without-ncurses
-CONFIGURE_ARGS+=               --without-libtoolfix
 
 # Assembler optimizations.
 #



Home | Main Index | Thread Index | Old Index