diff options
author | khorben <khorben@pkgsrc.org> | 2015-08-06 22:29:04 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-08-06 22:29:04 +0000 |
commit | 4083f945be2f2afa825cd67a7ec344afcd76e1a3 (patch) | |
tree | 355c972a544a0c6841cd8ca9f8afcda3f6350762 | |
parent | 333101de018fae9466f7e489edebdf3dcf9d3c43 (diff) | |
download | pkgsrc-4083f945be2f2afa825cd67a7ec344afcd76e1a3.tar.gz |
Add support for CFLAGS
No functional change intended.
-rw-r--r-- | net/wmnet/Makefile | 4 | ||||
-rw-r--r-- | time/wmmoonclock/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index b938f71be64..880254b5481 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/12/19 20:27:24 bsiegert Exp $ +# $NetBSD: Makefile,v 1.21 2015/08/06 22:29:04 khorben Exp $ DISTNAME= wmnet-1.06 PKGREVISION= 5 @@ -16,6 +16,8 @@ COMMENT= Dockable network monitor USE_IMAKE= YES +MAKE_FLAGS+= CDEBUGFLAGS=${CFLAGS:Q} + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD" diff --git a/time/wmmoonclock/Makefile b/time/wmmoonclock/Makefile index 4b8355f5515..5ace2c452f8 100644 --- a/time/wmmoonclock/Makefile +++ b/time/wmmoonclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/07/04 16:18:40 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2015/08/06 22:38:28 khorben Exp $ DISTNAME= wmMoonClock-1.27 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Shows lunar ephemeris to fairly high accuracy WRKSRC= ${WRKDIR}/${DISTNAME}/Src USE_TOOLS+= gmake +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS:Q} .include "../../mk/bsd.prefs.mk" |