pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/skippy Add -lrt to LDFLAGS.SunOS to make this build...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a2d289e0c6c
branches: trunk
changeset: 602428:2a2d289e0c6c
user: hans <hans%pkgsrc.org@localhost>
date: Fri Apr 13 23:15:49 2012 +0000
description:
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
diffstat:
wm/skippy/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 894db41a6e93 -r 2a2d289e0c6c wm/skippy/Makefile
--- a/wm/skippy/Makefile Fri Apr 13 23:10:39 2012 +0000
+++ b/wm/skippy/Makefile Fri Apr 13 23:15:49 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/02/06 12:41:50 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2012/04/13 23:15:49 hans Exp $
#
DISTNAME= skippy-0.5.0
@@ -16,6 +16,8 @@
USE_TOOLS+= pkg-config
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+LDFLAGS.SunOS+= -lrt
+
INSTALLATION_DIRS= share/examples/${PKGBASE}
post-install:
Home |
Main Index |
Thread Index |
Old Index