pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/xbeats SunOS needs an explicit -lX11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4aac6104ef3
branches:  trunk
changeset: 639812:a4aac6104ef3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 19:43:06 2014 +0000

description:
SunOS needs an explicit -lX11.

diffstat:

 time/xbeats/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 77e6be115198 -r a4aac6104ef3 time/xbeats/Makefile
--- a/time/xbeats/Makefile      Thu Sep 25 19:41:21 2014 +0000
+++ b/time/xbeats/Makefile      Thu Sep 25 19:43:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/23 10:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/09/25 19:43:06 jperkin Exp $
 #
 
 DISTNAME=      xbeats-0.4
@@ -12,6 +12,8 @@
 
 GNU_CONFIGURE= YES
 
+LDFLAGS.SunOS+=        -lX11
+
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index