summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2016-02-22 11:52:39 +0000
committerkhorben <khorben@pkgsrc.org>2016-02-22 11:52:39 +0000
commitcc726a3c1c91de0213923ecee6e30dfcda75257b (patch)
tree8135130ef4bf6e4800bf06a96d464ef940ea3157 /x11
parent3170264fa771f80b0c42a591600cb653c41203c4 (diff)
downloadpkgsrc-cc726a3c1c91de0213923ecee6e30dfcda75257b.tar.gz
Add support for LDFLAGS
Fixes build with the default settings.
Diffstat (limited to 'x11')
-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 1ab19b7abe3..5edf4a5e02d 100644
--- a/x11/deforaos-libdesktop/Makefile
+++ b/x11/deforaos-libdesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/02/20 02:25:23 khorben Exp $
+# $NetBSD: Makefile,v 1.22 2016/02/22 11:52:39 khorben Exp $
#
DISTNAME= libDesktop-0.2.1
@@ -18,6 +18,7 @@ USE_TOOLS+= pkg-config
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"