aboutsummaryrefslogtreecommitdiff
path: root/graphics/sekrit-twc-zimg
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-06 01:38:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-06 01:38:32 +0000
commitddf4516bd9b20202d5bbfeee09b1b0f0bf602910 (patch)
tree476cb2836c5d2b15ccb2838a03119574f993ff94 /graphics/sekrit-twc-zimg
parent517f74498f78fc44195a920b366b95474bb64996 (diff)
downloadports-ddf4516bd9b20202d5bbfeee09b1b0f0bf602910.tar.gz
ports-ddf4516bd9b20202d5bbfeee09b1b0f0bf602910.zip
graphics/sekrit-twc-zimg: use CPPFLAGS and make builds always verbose
Notes
Notes: svn path=/head/; revision=412590
Diffstat (limited to 'graphics/sekrit-twc-zimg')
-rw-r--r--graphics/sekrit-twc-zimg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile
index 7240ff08113c..25003a1dc0cd 100644
--- a/graphics/sekrit-twc-zimg/Makefile
+++ b/graphics/sekrit-twc-zimg/Makefile
@@ -23,8 +23,8 @@ USES= autoreconf compiler:c++11-lib gmake libtool pathfix
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