pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libslang



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jul 13 16:17:56 UTC 2025

Modified Files:
        pkgsrc/devel/libslang: Makefile

Log Message:
devel/libslang: remove unknown --with-iconv-prefix configure option


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/libslang/Makefile

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

Modified files:

Index: pkgsrc/devel/libslang/Makefile
diff -u pkgsrc/devel/libslang/Makefile:1.77 pkgsrc/devel/libslang/Makefile:1.78
--- pkgsrc/devel/libslang/Makefile:1.77 Wed May 21 14:12:54 2025
+++ pkgsrc/devel/libslang/Makefile      Sun Jul 13 16:17:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2025/05/21 14:12:54 ktnb Exp $
+# $NetBSD: Makefile,v 1.78 2025/07/13 16:17:55 rillig Exp $
 
 DISTNAME=      slang-2.3.3
 PKGNAME=       lib${DISTNAME}
@@ -16,6 +16,7 @@ MAKE_JOBS_SAFE=               no
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=       --without-x
 CONFIGURE_ARGS+=       --with-z=${BUILDLINK_PREFIX.zlib}



Home | Main Index | Thread Index | Old Index