diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-30 19:25:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-30 19:25:22 +0000 |
commit | 18506f2253fd770f2bee243be89814d057720e8c (patch) | |
tree | 643906831ff3d66835af05496c0cda7fda4e3d87 /archivers/libmspack | |
parent | fd2b9aecd1349ad18855f7903a169092e674b3ce (diff) | |
download | freebsd-ports-18506f2253fd770f2bee243be89814d057720e8c.zip |
- Update to 2.6.2
- Remove CMAKE_BUILD_TYPE [1]
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 [1]
Submitted by: amdmi3@ [1]
Tested with: exp-run
Thanks to: pav/amdmi3
Diffstat (limited to 'archivers/libmspack')
0 files changed, 0 insertions, 0 deletions