Add WITH_DEBUG support.

This commit is contained in:
Tijl Coosemans 2019-01-22 12:00:40 +00:00
parent 1fd544231f
commit 7c75491bae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490938

View File

@ -84,6 +84,10 @@ PLIST_SUB+= USB=""
PLIST_SUB+= USB="@comment "
.endif
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug --enable-debug-printfs
.endif
.include <bsd.port.pre.mk>
.if empty(ICONV_LIB)