diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-06 09:38:32 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-06 09:38:32 +0800 |
commit | 3ef8e9638bce48de1d1e9f7cda36278f673f8b1f (patch) | |
tree | 476cb2836c5d2b15ccb2838a03119574f993ff94 /graphics | |
parent | 57f47929fbd95aaa10daebf20da3d3c25c8d5d21 (diff) | |
download | freebsd-ports-gnome-3ef8e9638bce48de1d1e9f7cda36278f673f8b1f.tar.gz freebsd-ports-gnome-3ef8e9638bce48de1d1e9f7cda36278f673f8b1f.tar.zst freebsd-ports-gnome-3ef8e9638bce48de1d1e9f7cda36278f673f8b1f.zip |
graphics/sekrit-twc-zimg: use CPPFLAGS and make builds always verbose
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sekrit-twc-zimg/Makefile | 4 |
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 |