pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/uim
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Nov 23 13:10:16 UTC 2025
Modified Files:
pkgsrc/inputmethod/uim: Makefile.common
Log Message:
inputmethod/uim: Fix build
configure script for sigscheme requires AX_CHECK_COMPILE_FLAG
from autoconf-archive.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/inputmethod/uim/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/inputmethod/uim/Makefile.common
diff -u pkgsrc/inputmethod/uim/Makefile.common:1.20 pkgsrc/inputmethod/uim/Makefile.common:1.21
--- pkgsrc/inputmethod/uim/Makefile.common:1.20 Sat Nov 15 12:25:03 2025
+++ pkgsrc/inputmethod/uim/Makefile.common Sun Nov 23 13:10:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2025/11/15 12:25:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.21 2025/11/23 13:10:16 ryoon Exp $
#
# used by inputmethod/uim/Makefile
# used by inputmethod/uim-elisp/Makefile
@@ -19,6 +19,9 @@ EXTRACT_USING= bsdtar
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches
+# configure script for sigscheme requires AX_CHECK_COMPILE_FLAG.
+TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
+
USE_TOOLS+= autoreconf autoconf automake
pre-configure:
Home |
Main Index |
Thread Index |
Old Index