Date: Sun, 11 Dec 2022 19:22:23 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: d5a8c7ca5954 - main - cad/nvc: Correction of the conditional statement Message-ID: <202212111922.2BBJMN98026340@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=d5a8c7ca5954840b99c01aff42630441b90ae237 commit d5a8c7ca5954840b99c01aff42630441b90ae237 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-11 19:21:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-11 19:21:56 +0000 cad/nvc: Correction of the conditional statement --- cad/nvc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 4b8e9d10d601..9404d23dc65b 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -34,6 +34,8 @@ GNU_CONFIGURE= yes LDFLAGS+= -lexecinfo CONFIGURE_ARGS= --with-llvm=${LOCALBASE}/bin/llvm-config${LLVM_VERSION} + +.include <bsd.port.options.mk> .if ${ARCH} == "i386" # see the bug#268319 for the LTO failure on i386 CONFIGURE_ARGS+= --disable-lto # workaround for https://github.com/nickg/nvc/issues/579 (undefined symbol: _GLOBAL_OFFSET_TABLE_, see error: undefined symbol: _GLOBAL_OFFSET_TABLE_) .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212111922.2BBJMN98026340>