Fix build on SunOS (needs explicit -lX11).

This commit is contained in:
jperkin 2014-08-21 14:32:08 +00:00
parent 00ce1d0ffb
commit 81c8cccc12

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2014/05/05 00:48:23 ryoon Exp $
# $NetBSD: Makefile,v 1.37 2014/08/21 14:32:08 jperkin Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@ -11,6 +11,7 @@ MASTER_SITES= http://goodies.xfce.org/releases/xfce4-xkb-plugin/
COMMENT= Xfce Keyboard plugin
LDFLAGS.DragonFly= -lX11
LDFLAGS.SunOS+= -lX11
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"