pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Add -lrt to SYS_LIBS for Solaris.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7a16b137365
branches: trunk
changeset: 466082:d7a16b137365
user: markd <markd%pkgsrc.org@localhost>
date: Sun Jan 11 12:27:41 2004 +0000
description:
Add -lrt to SYS_LIBS for Solaris.
Resolves sched_get_priority_{max,min}().
diffstat:
x11/qt3-libs/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e84023933800 -r d7a16b137365 x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common Sun Jan 11 11:04:43 2004 +0000
+++ b/x11/qt3-libs/Makefile.common Sun Jan 11 12:27:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2003/10/05 10:07:09 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.25 2004/01/11 12:27:41 markd Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -52,7 +52,7 @@
. else
CONFIGURE_ARGS+= -platform solaris-cc
. endif
-SYS_LIBS= -lresolv -lsocket -lnsl
+SYS_LIBS= -lresolv -lsocket -lnsl -lrt
.endif
.if !exists(${X11BASE}/lib/libXinerama.so)
Home |
Main Index |
Thread Index |
Old Index