pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/strigi Add -lrt to LDFLAGS.SunOS to make this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/702020ff67b4
branches:  trunk
changeset: 602430:702020ff67b4
user:      hans <hans%pkgsrc.org@localhost>
date:      Fri Apr 13 23:29:10 2012 +0000

description:
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

diffstat:

 sysutils/strigi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2dee5ff4a184 -r 702020ff67b4 sysutils/strigi/Makefile
--- a/sysutils/strigi/Makefile  Fri Apr 13 23:20:07 2012 +0000
+++ b/sysutils/strigi/Makefile  Fri Apr 13 23:29:10 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/03/03 00:13:59 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/13 23:29:10 hans Exp $
 
 DISTNAME=      strigi-0.6.4
 PKGREVISION=   11
@@ -27,7 +27,7 @@
 RT_LIB_SCHED=  # empty
 .endif
 
-LDFLAGS.SunOS+=        -mimpure-text
+LDFLAGS.SunOS+=        -mimpure-text -lrt
 
 CMAKE_ARGS+=   -DENABLE_CPPUNIT=OFF
 .if !empty(RT_LIB_SCHED)



Home | Main Index | Thread Index | Old Index