Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPE
Change Debug profile to DebugFull
This commit is contained in:
parent
ca1769779c
commit
b403511a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272462
1 changed files with 2 additions and 5 deletions
|
@ -136,13 +136,10 @@ WITH_DEBUG=yes
|
|||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CMAKE_BUILD_TYPE= debug
|
||||
.else
|
||||
CMAKE_BUILD_TYPE= release
|
||||
CMAKE_BUILD_TYPE= DebugFull
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}" \
|
||||
KDE4_BUILD_TYPE="${CMAKE_BUILD_TYPE}"
|
||||
PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}"
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue