summaryrefslogtreecommitdiff
path: root/x11/deforaos-libdesktop
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2015-08-09 14:55:58 +0000
committerkhorben <khorben@pkgsrc.org>2015-08-09 14:55:58 +0000
commitb01959a6aee95ecdf628891e7573ac69d079bfe9 (patch)
treecb33b30dcc6cf39c658cdb487c31530277aa5592 /x11/deforaos-libdesktop
parent7ad6c165f999f9b92a2b39edf743207004e01c70 (diff)
downloadpkgsrc-b01959a6aee95ecdf628891e7573ac69d079bfe9.tar.gz
Add support for CFLAGS
No functional change intended.
Diffstat (limited to 'x11/deforaos-libdesktop')
-rw-r--r--x11/deforaos-libdesktop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/deforaos-libdesktop/Makefile b/x11/deforaos-libdesktop/Makefile
index e54033135c2..c165abb73a1 100644
--- a/x11/deforaos-libdesktop/Makefile
+++ b/x11/deforaos-libdesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/05/25 17:52:37 khorben Exp $
+# $NetBSD: Makefile,v 1.17 2015/08/09 15:02:43 khorben Exp $
#
DISTNAME= libDesktop-0.2.0
@@ -16,6 +16,7 @@ USE_TOOLS+= pkg-config
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
.include "../../devel/deforaos-libsystem/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20