Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2016 01:38:32 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412590 - head/graphics/sekrit-twc-zimg
Message-ID:  <201604060138.u361cWKX031059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604060138.u361cWKX031059>