Add WITH_DEBUG support.
This commit is contained in:
parent
1fd544231f
commit
7c75491bae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490938
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user