textproc/simplexml: Remove unnecessary .if defined(WITH_DEBUG)
USES=cmake translates WITH_DEBUG into -DDEBUG_MODE:BOOL=ON automatically. Approved by: portmgr blanket
This commit is contained in:
parent
8a3f3e9b41
commit
4bb1353740
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491375
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ CMAKE_ARGS= -DIconv_LIBRARY=${ICONV_LIB_PATH}
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CMAKE_ARGS+= -DDEBUG_MODE:BOOL=ON
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \
|
||||
/set.*CMAKE_BUILD_TYPE/d' ${WRKSRC}/CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue