From 3955fa03726132b918daa3f5a1f3badadf11ebf1 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 18 Apr 2013 22:54:50 +0000 Subject: [PATCH] add an XXX comment because I don't have time to look now, but don't want to forget: if a library is not listed in SHARED_LIBS, with the cmake module it will be created with *no* version suffix. (i.e. .so not .so.0.0) --- devel/cmake/cmake.port.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/cmake/cmake.port.mk b/devel/cmake/cmake.port.mk index 2eb718517cc..eeb6cd926eb 100644 --- a/devel/cmake/cmake.port.mk +++ b/devel/cmake/cmake.port.mk @@ -1,7 +1,9 @@ -# $OpenBSD: cmake.port.mk,v 1.16 2013/03/11 10:50:02 espie Exp $ +# $OpenBSD: cmake.port.mk,v 1.17 2013/04/18 22:54:50 sthen Exp $ BUILD_DEPENDS+= devel/cmake>=2.8.0 +# XXX if a library is not listed in SHARED_LIBS, it will be created +# with *no* version suffix. .for _n _v in ${SHARED_LIBS} CONFIGURE_ENV+=LIB${_n}_VERSION=${_v} MAKE_ENV+=LIB${_n}_VERSION=${_v}