summaryrefslogtreecommitdiff
path: root/x11/deforaos-libdesktop
diff options
context:
space:
mode:
authorkhorben <khorben>2016-02-22 11:52:39 +0000
committerkhorben <khorben>2016-02-22 11:52:39 +0000
commit5c22a827abf38d43aaf969abb14df3af888a047e (patch)
tree8135130ef4bf6e4800bf06a96d464ef940ea3157 /x11/deforaos-libdesktop
parentdf77c3e202929d62296c3a4255638bcba1d5b5f6 (diff)
downloadpkgsrc-5c22a827abf38d43aaf969abb14df3af888a047e.tar.gz
Add support for LDFLAGS
Fixes build with the default settings.
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 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"