svn commit: r490938 - head/print/cups

Tijl Coosemans tijl at FreeBSD.org
Tue Jan 22 12:00:41 UTC 2019


Author: tijl
Date: Tue Jan 22 12:00:40 2019
New Revision: 490938
URL: https://svnweb.freebsd.org/changeset/ports/490938

Log:
  Add WITH_DEBUG support.

Modified:
  head/print/cups/Makefile

Modified: head/print/cups/Makefile
==============================================================================
--- head/print/cups/Makefile	Tue Jan 22 10:46:11 2019	(r490937)
+++ head/print/cups/Makefile	Tue Jan 22 12:00:40 2019	(r490938)
@@ -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)


More information about the svn-ports-all mailing list