pkgsrc-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/8e1891c504fa
branches: trunk
changeset: 427171:8e1891c504fa
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 959601662f18 -r 8e1891c504fa 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