pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/autoconf269



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Nov  6 15:34:47 UTC 2024

Modified Files:
        pkgsrc/devel/autoconf269: Makefile

Log Message:
devel/autoconf269: fix build problem

Do not build elisp support as devel/autoconf.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/autoconf269/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/autoconf269/Makefile
diff -u pkgsrc/devel/autoconf269/Makefile:1.1 pkgsrc/devel/autoconf269/Makefile:1.2
--- pkgsrc/devel/autoconf269/Makefile:1.1       Thu Aug  4 12:31:41 2022
+++ pkgsrc/devel/autoconf269/Makefile   Wed Nov  6 15:34:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/04 12:31:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2024/11/06 15:34:47 taca Exp $
 
 DISTNAME=      autoconf-2.69
 PKGNAME=       autoconf269-2.69
@@ -12,9 +12,12 @@ LICENSE=     gnu-gpl-v2
 
 USE_TOOLS+=    gm4:run makeinfo perl:run
 
+USE_LANGUAGES= # empty
 GNU_CONFIGURE= YES
 
 CONFIGURE_ARGS+=       --program-transform-name='s/$$/-2.69/'
+CONFIGURE_ARGS+=       --without-lispdir
+CONFIGURE_ENV+=                ac_cv_prog_TEST_EMACS=no
 
 INSTALL_DIRS=  bin lib
 



Home | Main Index | Thread Index | Old Index