git: 58e462a99f53 - main - x11-toolkits/wlroots-devel: track SOVERSION after 21a74b9aac80
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 May 2024 00:40:09 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=58e462a99f5346b8a9cf0a8c7cc7a5c3bb901673 commit 58e462a99f5346b8a9cf0a8c7cc7a5c3bb901673 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-05-10 23:37:24 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-05-11 00:39:36 +0000 x11-toolkits/wlroots-devel: track SOVERSION after 21a74b9aac80 --- x11-toolkits/wlroots-devel/override.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/wlroots-devel/override.mk b/x11-toolkits/wlroots-devel/override.mk index 45bd059006f2..f5d221efd5ca 100644 --- a/x11-toolkits/wlroots-devel/override.mk +++ b/x11-toolkits/wlroots-devel/override.mk @@ -1,7 +1,7 @@ WLR_SUFFIX= -devel +WLR_SOVERSION= 13 -BUILD_DEPENDS:= ${BUILD_DEPENDS:S/wlroots/&${WLR_SUFFIX}/g} -LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots$/&${WLR_SUFFIX}/} +LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots.so/&.${WLR_SOVERSION}/:S/wlroots$/&${WLR_SUFFIX}/} USES+= localbase # -isystem CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/wlroots${WLR_SUFFIX}/libdata/pkgconfig"