pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/pilot-link



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 06:23:58 UTC 2020

Modified Files:
        pkgsrc/comms/pilot-link: Makefile.common

Log Message:
comms/pilot-link: fix unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/comms/pilot-link/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/pilot-link/Makefile.common
diff -u pkgsrc/comms/pilot-link/Makefile.common:1.15 pkgsrc/comms/pilot-link/Makefile.common:1.16
--- pkgsrc/comms/pilot-link/Makefile.common:1.15        Sun Sep  3 08:36:51 2017
+++ pkgsrc/comms/pilot-link/Makefile.common     Sun Apr 26 06:23:58 2020
@@ -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 @@ CONFIGURE_ARGS+=    --without-libiconv
 .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