summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-12 19:48:40 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-12 19:48:40 +0000
commite7f0bc62a8df722309507c2aa637df26ccbd3f43 (patch)
treebfe2caa1e64a7c5f94e84b8cd5f7b1e98bde5be0 /math
parent8feb84c3ab221a16f58031ab2dc8637804f17d0e (diff)
downloadpkgsrc-e7f0bc62a8df722309507c2aa637df26ccbd3f43.tar.gz
Fix build with newer automake.
Diffstat (limited to 'math')
-rw-r--r--math/qalculate/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index 578a3481f7d..797144d15a1 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -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"