diff options
author | hans <hans@pkgsrc.org> | 2012-04-13 23:15:49 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-13 23:15:49 +0000 |
commit | 2ce244264c8ca61a1f672b49fd81d6dd71e64e25 (patch) | |
tree | cedbdd9ed9f69e0b5c9c1fccaa8ef55941c1d724 /wm | |
parent | c5ce82b74f534542f13b66b79840f1e15570a954 (diff) | |
download | pkgsrc-2ce244264c8ca61a1f672b49fd81d6dd71e64e25.tar.gz |
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/skippy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |