pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/libcups



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Oct  4 19:32:11 UTC 2024

Modified Files:
        pkgsrc/print/libcups: Makefile

Log Message:
print/libcups: don't run ./configure with unknown options


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/print/libcups/Makefile

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

Modified files:

Index: pkgsrc/print/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.34 pkgsrc/print/libcups/Makefile:1.35
--- pkgsrc/print/libcups/Makefile:1.34  Mon Jun 17 09:59:30 2024
+++ pkgsrc/print/libcups/Makefile       Fri Oct  4 19:32:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/06/17 09:59:30 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2024/10/04 19:32:11 rillig Exp $
 
 .include "../../print/cups/Makefile.common"
 
@@ -22,6 +22,7 @@ USE_LANGUAGES=                c c++   # pdftops is a C++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            aclocal autoconf automake gmake pkg-config
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ARGS+=       --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}



Home | Main Index | Thread Index | Old Index