git: 12faca99b06b - main - devel/rapidyaml: Add USE_LDCONFIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 18:19:36 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12faca99b06b08d8f9878db4a89c777b290c41dc
commit 12faca99b06b08d8f9878db4a89c777b290c41dc
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-01-08 18:12:55 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-01-08 18:18:09 +0000
devel/rapidyaml: Add USE_LDCONFIG
We install a shared library.
Reported by: driesm@
---
devel/rapidyaml/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/rapidyaml/Makefile b/devel/rapidyaml/Makefile
index dd64eed9b1b9..6af7be0248fc 100644
--- a/devel/rapidyaml/Makefile
+++ b/devel/rapidyaml/Makefile
@@ -20,6 +20,8 @@ GH_PROJECT= cmake:cmake
GH_TAGNAME= 9416f29:cmake
GH_SUBDIR= ext/c4core/cmake:cmake
+USE_LDCONFIG= yes
+
CMAKE_ON= BUILD_SHARED_LIBS
PLIST_SUB= PORTVERSION=${PORTVERSION}