Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/qalculate Fix build with newer automake.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c892c65db16
branches:  trunk
changeset: 428868:2c892c65db16
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 12 19:48:40 2020 +0000

description:
Fix build with newer automake.

diffstat:

 math/qalculate/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0724a6bb5f21 -r 2c892c65db16 math/qalculate/Makefile
--- a/math/qalculate/Makefile   Sun Apr 12 19:48:20 2020 +0000
+++ b/math/qalculate/Makefile   Sun Apr 12 19:48:40 2020 +0000
@@ -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 @@
 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