pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/pilot-link comms/pilot-link: fix unknown configu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50e5a3eccbbf
branches:  trunk
changeset: 428217:50e5a3eccbbf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 06:23:58 2020 +0000

description:
comms/pilot-link: fix unknown configure options

diffstat:

 comms/pilot-link/Makefile.common |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 10364875f3cf -r 50e5a3eccbbf comms/pilot-link/Makefile.common
--- a/comms/pilot-link/Makefile.common  Sun Apr 26 03:34:29 2020 +0000
+++ b/comms/pilot-link/Makefile.common  Sun Apr 26 06:23:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2017/09/03 08:36:51 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2020/04/26 06:23:58 rillig Exp $
 # used by comms/p5-pilot-link/Makefile
 # used by comms/pilot-link/Makefile
 # used by comms/pilot-link-libs/Makefile
@@ -25,14 +25,11 @@
 .else
 CONFIGURE_ARGS+=       --with-libiconv
 .endif
-CONFIGURE_ARGS+=       --with-cpp
 
 CONFIGURE_ARGS+=       --without-java
-CONFIGURE_ARGS+=       --without-itcl
-CONFIGURE_ARGS+=       --without-perl5
+CONFIGURE_ARGS+=       --without-perl # is overridden in p5-pilot-link
 CONFIGURE_ARGS+=       --without-python
 CONFIGURE_ARGS+=       --without-tcl
-CONFIGURE_ARGS+=       --without-tk
 
 DISTINFO_FILE=         ${.CURDIR}/../../comms/pilot-link/distinfo
 PATCHDIR=              ${.CURDIR}/../../comms/pilot-link/patches



Home | Main Index | Thread Index | Old Index