diff options
author | markd <markd@pkgsrc.org> | 2004-01-11 12:27:41 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-01-11 12:27:41 +0000 |
commit | 942f009dda0574610a2d82132d4a6b26a259742e (patch) | |
tree | eebe543efc0859dbc0d6457ce869c5f721ba4ab5 /x11/qt3-libs | |
parent | 3e338f2ad71489539d19672d8eb475b74a490ace (diff) | |
download | pkgsrc-942f009dda0574610a2d82132d4a6b26a259742e.tar.gz |
Add -lrt to SYS_LIBS for Solaris.
Resolves sched_get_priority_{max,min}().
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 1925b58b684..6fadf6f28dc 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -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 @@ CONFIGURE_ARGS+= -platform solaris-g++ . 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) |