pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/qalculate



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Apr 12 19:48:40 UTC 2020

Modified Files:
        pkgsrc/math/qalculate: Makefile

Log Message:
Fix build with newer automake.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/math/qalculate/Makefile

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

Modified files:

Index: pkgsrc/math/qalculate/Makefile
diff -u pkgsrc/math/qalculate/Makefile:1.56 pkgsrc/math/qalculate/Makefile:1.57
--- pkgsrc/math/qalculate/Makefile:1.56 Sun Apr 12 08:28:00 2020
+++ pkgsrc/math/qalculate/Makefile      Sun Apr 12 19:48:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/04/12 08:28:00 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/04/12 19:48:40 joerg Exp $
 
 DISTNAME=      libqalculate-3.5.0a
 PKGNAME=       qalculate-3.5.0
@@ -28,8 +28,7 @@ UNLIMIT_RESOURCES=    datasize
 CFLAGS.SunOS+=         -D_LCONV_C99
 
 pre-configure:
-       set -e; cd ${WRKSRC}; \
-       autoheader; automake -a --foreign -i; autoconf
+       ${RUN} cd ${WRKSRC} && autoreconf
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"



Home | Main Index | Thread Index | Old Index