[kde-freebsd] [SVN Commit] area51/Mk

Martin Wilke miwi at freebsd.org
Thu Jan 29 00:22:53 CET 2009


SVN commit 4519 by miwi:

- Remove CMAKE_BUILD_TYPE

CMAKE_BUILD_TYPE only affects compiler FLAGS and linking with specific
library versions  (debug |optimized | general).

In our case external libraries reside in other ports and only install
one version (no separate debug/optimized). Also, the ports system
provide correct compiler flags (-g and no optimizations when WITH_DEBUG
is used). Thus, cmake buildtypes only add extra compiler flags. Ports will
be built correctly both by default and for WITH_DEBUG case.

- Also, change WRKSRC to CONFIGURE_WRKSRC. (use CONFIGURE_WRKSRC for configure
  target instead of WRKSRC)

PR:		126507
Submitted by:	amdmi3@


 M  +5 -8      bsd.cmake.mk  




More information about the kde-freebsd mailing list