Date: Tue, 22 Jan 2019 12:00:40 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490938 - head/print/cups Message-ID: <201901221200.x0MC0eJ3065802@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901221200.x0MC0eJ3065802>