summaryrefslogtreecommitdiff
path: root/x11/hsetroot
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-21 09:50:44 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-21 09:50:44 +0000
commit8c3766e059a7b03809497c85201bc30d660be095 (patch)
treee35b36a31649b8c4fccd215a086db064992adfb1 /x11/hsetroot
parentccff9133ab9b45bb4b907a15752d9ea6d9429f3c (diff)
downloadpkgsrc-8c3766e059a7b03809497c85201bc30d660be095.tar.gz
Fix build on SunOS (needs explicit -lX11).
Diffstat (limited to 'x11/hsetroot')
-rw-r--r--x11/hsetroot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile
index cdb677e61fa..a15ec6ff8e7 100644
--- a/x11/hsetroot/Makefile
+++ b/x11/hsetroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/07/05 13:29:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2014/08/21 09:50:44 jperkin Exp $
#
DISTNAME= hsetroot-1.0.2
@@ -14,6 +14,8 @@ MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
+LDFLAGS.SunOS+= -lX11
+
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"