summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-21 14:33:46 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-21 14:33:46 +0000
commit10b29aa1892b4fae53d05b27141b5cd7467d1e93 (patch)
tree9bb02043fd9ddd2da02ccffe909eda37170c5790 /x11
parentf78d840bc4b7beef378484f79c3202a96763696e (diff)
downloadpkgsrc-10b29aa1892b4fae53d05b27141b5cd7467d1e93.tar.gz
Fix build on SunOS (needs explicit -lX11 -lm).
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-notes-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfce4-notes-plugin/Makefile b/x11/xfce4-notes-plugin/Makefile
index eadf0a8f11d..646fa6b1717 100644
--- a/x11/xfce4-notes-plugin/Makefile
+++ b/x11/xfce4-notes-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2014/05/05 00:48:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2014/08/21 14:33:46 jperkin Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -11,6 +11,7 @@ MASTER_SITES= http://goodies.xfce.org/releases/xfce4-notes-plugin/
COMMENT= Xfce notes plugin
LDFLAGS.DragonFly= -lm -lX11
+LDFLAGS.SunOS+= -lm -lX11
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"