git: 67cd00e01d86 - main - lang/quickjs: Add USE_LDCONFIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Oct 2023 03:10:21 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67cd00e01d869dced2ecf762238ecfea7bb32166
commit 67cd00e01d869dced2ecf762238ecfea7bb32166
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-10-24 02:50:39 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-24 03:10:13 +0000
lang/quickjs: Add USE_LDCONFIG
---
lang/quickjs/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lang/quickjs/Makefile b/lang/quickjs/Makefile
index 1fbef10941d2..d0fee1c80e1b 100644
--- a/lang/quickjs/Makefile
+++ b/lang/quickjs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= quickjs
DISTVERSION= 2021.03.27
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang devel
MASTER_SITES= https://bellard.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${DISTVERSION:S/./-/g}
@@ -12,6 +12,8 @@ WWW= https://bellard.org/quickjs/
LICENSE= MIT
USES= compiler:c11 cpe gmake tar:xz
+USE_LDCONFIG= yes
+
CPE_VENDOR= ${PORTNAME}_project
EXTRA_PATCHES= ${FILESDIR}/extra-${CHOSEN_COMPILER_TYPE}-patch-Makefile