pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/capc-calc Pass pkgsrc ${CFLAGS} to the build via ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/260cb25f3e0c
branches:  trunk
changeset: 547478:260cb25f3e0c
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Sep 17 15:23:19 2008 +0000

description:
Pass pkgsrc ${CFLAGS} to the build via ${DEBUG}.

diffstat:

 math/capc-calc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r afadab99c28d -r 260cb25f3e0c math/capc-calc/Makefile
--- a/math/capc-calc/Makefile   Wed Sep 17 15:21:30 2008 +0000
+++ b/math/capc-calc/Makefile   Wed Sep 17 15:23:19 2008 +0000
@@ -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 @@
 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}
 



Home | Main Index | Thread Index | Old Index