Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 06:53:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1464c90f1b5 - main - science/dynare: Fix build by adding USES=localbase:ldflags
Message-ID:  <202312140653.3BE6rJUZ091066@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1464c90f1b556dc0fedde4a8e77a8200874636d

commit e1464c90f1b556dc0fedde4a8e77a8200874636d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-14 05:51:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-14 06:53:15 +0000

    science/dynare: Fix build by adding USES=localbase:ldflags
    
    Some dependency libraries weren't found w/out it.
    
    Reported by:    fallout
---
 science/dynare/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index 1be1d8b9d8ec..83c2a56a7b41 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS=	epstool:graphics/epstool \
 		pstoedit:graphics/pstoedit \
 		xfig:graphics/xfig # README says that these executables are required for the test suite
 
-USES=		bison compiler:c++17-lang fortran gmake localbase tar:xz tex
+USES=		bison compiler:c++17-lang fortran gmake localbase:ldflags tar:xz tex
 USE_TEX=	pdftex
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312140653.3BE6rJUZ091066>