CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/07/28 14:34:22
Modified files:
devel/cmake : Makefile
devel/cmake/patches: patch-Source_cmInstallCommand_cxx
patch-Source_cmTarget_cxx
Log message:
We overwrite library version numbers using our LIBxxx_VERSION
environment variable, but we want to do it for shared libraries
only. Otherwise a static library gets created as
libfoo.a.${LIBfoo_VERSION}, which is wrong.
Bug reported and patch tested by Alexandr Shadchin <alexandr DOT
shadchin AT gmail DOT com>: thanks!
While here, reword/clarify some comments to better explain what my
patches do.