svn commit: r412590 - head/graphics/sekrit-twc-zimg

Jan Beich jbeich at FreeBSD.org
Wed Apr 6 01:38:33 UTC 2016


Author: jbeich
Date: Wed Apr  6 01:38:32 2016
New Revision: 412590
URL: https://svnweb.freebsd.org/changeset/ports/412590

Log:
  graphics/sekrit-twc-zimg: use CPPFLAGS and make builds always verbose

Modified:
  head/graphics/sekrit-twc-zimg/Makefile   (contents, props changed)

Modified: head/graphics/sekrit-twc-zimg/Makefile
==============================================================================
--- head/graphics/sekrit-twc-zimg/Makefile	Wed Apr  6 00:14:37 2016	(r412589)
+++ head/graphics/sekrit-twc-zimg/Makefile	Wed Apr  6 01:38:32 2016	(r412590)
@@ -23,8 +23,8 @@ USES=		autoreconf compiler:c++11-lib gma
 EXTRACT_AFTER_ARGS=	--exclude test/extra
 PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-testapp
-CFLAGS+=	-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
+CONFIGURE_ARGS=	--disable-silent-rules --enable-testapp
+CPPFLAGS+=	-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
 		-D_DECLARE_C99_LDBL_MATH # XXX ports/193528
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list