git: a4b89c1e3b12 - main - math/qd: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Nov 2023 18:04:14 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4b89c1e3b1281b8db41e646e1ebb1ae819775c7 commit a4b89c1e3b1281b8db41e646e1ebb1ae819775c7 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-11-07 18:03:18 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-11-07 18:03:18 +0000 math/qd: fix build --- math/qd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/qd/Makefile b/math/qd/Makefile index dafdc3ac4eae..5ac85aaacb82 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -10,7 +10,7 @@ WWW= https://www.davidhbailey.com/dhbsoftware/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= fortran libtool +USES= autoreconf:build fortran libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static INSTALL_TARGET= install-strip