diff options
author | bjs <bjs@pkgsrc.org> | 2008-09-17 15:23:19 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-09-17 15:23:19 +0000 |
commit | 3edf18d86b196bfa433505a7740dc3cc9e4aa674 (patch) | |
tree | c219c407d7a7e12f4c0efbdcf92ba89535a8f818 /math/capc-calc/Makefile | |
parent | 1a04e21a8be3e37054f3007a5defd711e596451e (diff) | |
download | pkgsrc-3edf18d86b196bfa433505a7740dc3cc9e4aa674.tar.gz |
Pass pkgsrc ${CFLAGS} to the build via ${DEBUG}.
Diffstat (limited to 'math/capc-calc/Makefile')
-rw-r--r-- | math/capc-calc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index cf2312c7f36..1d88bac021a 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2008/06/20 01:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2008/09/17 15:23:19 bjs Exp $ # DISTNAME= calc-2.12.3.3 @@ -19,6 +19,7 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake BUILD_TARGET= calc-static-only MAKE_ENV+= BLD_TYPE=calc-static-only target=pkgsrc +MAKE_ENV+= DEBUG=${CFLAGS:M*:Q} INSTALL_MAKE_FLAGS+= T=${DESTDIR} |