From 5a2ce57893ee3d87eec22ebd1373d128be501675 Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 13 Apr 2012 23:15:49 +0000 Subject: Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but doesn't hurt either. --- wm/skippy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wm') diff --git a/wm/skippy/Makefile b/wm/skippy/Makefile index 5157a536932..cde455a1d47 100644 --- a/wm/skippy/Makefile +++ b/wm/skippy/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config EGDIR= ${PREFIX}/share/examples/${PKGBASE} +LDFLAGS.SunOS+= -lrt + INSTALLATION_DIRS= share/examples/${PKGBASE} post-install: -- cgit v1.2.3