Fri Apr 13 23:15:49 2012 UTC ()
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.


(hans)
diff -r1.21 -r1.22 pkgsrc/wm/skippy/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/wm/skippy/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/skippy/Makefile 2012/02/06 12:41:50 1.21
+++ pkgsrc/wm/skippy/Makefile 2012/04/13 23:15:49 1.22
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.21 2012/02/06 12:41:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2012/04/13 23:15:49 hans Exp $
2# 2#
3 3
4DISTNAME= skippy-0.5.0 4DISTNAME= skippy-0.5.0
5PKGREVISION= 11 5PKGREVISION= 11
6CATEGORIES= wm 6CATEGORIES= wm
7MASTER_SITES= http://thegraveyard.org/files/ 7MASTER_SITES= http://thegraveyard.org/files/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://thegraveyard.org/skippy.php 11HOMEPAGE= http://thegraveyard.org/skippy.php
12COMMENT= Fullscreen task switcher for X11 12COMMENT= Fullscreen task switcher for X11
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17EGDIR= ${PREFIX}/share/examples/${PKGBASE} 17EGDIR= ${PREFIX}/share/examples/${PKGBASE}
18 18
 19LDFLAGS.SunOS+= -lrt
 20
19INSTALLATION_DIRS= share/examples/${PKGBASE} 21INSTALLATION_DIRS= share/examples/${PKGBASE}
20 22
21post-install: 23post-install:
22 ${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DESTDIR}${EGDIR}/skippyrc 24 ${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DESTDIR}${EGDIR}/skippyrc
23 25
24.include "../../graphics/imlib2/buildlink3.mk" 26.include "../../graphics/imlib2/buildlink3.mk"
25.include "../../x11/libXft/buildlink3.mk" 27.include "../../x11/libXft/buildlink3.mk"
26.include "../../x11/libXinerama/buildlink3.mk" 28.include "../../x11/libXinerama/buildlink3.mk"
27.include "../../x11/libXmu/buildlink3.mk" 29.include "../../x11/libXmu/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"