diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-12-27 20:38:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-12-27 20:38:22 +0000 |
commit | 56721d054ece4255be5a28fdf713bc3a3c58cbf9 (patch) | |
tree | a45e949d09fff0aa519925b9b6ebd42b894b294b /x11/devilspie | |
parent | 5775391bafb0cf3ef7e3eeb53a61f858e5440078 (diff) | |
download | pkgsrc-56721d054ece4255be5a28fdf713bc3a3c58cbf9.tar.gz |
Fix build on Solaris.
Diffstat (limited to 'x11/devilspie')
-rw-r--r-- | x11/devilspie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile index 97d75e6083e..dcb5409069d 100644 --- a/x11/devilspie/Makefile +++ b/x11/devilspie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/10/29 05:06:09 asau Exp $ +# $NetBSD: Makefile,v 1.55 2012/12/27 20:38:22 ryoon Exp $ DISTNAME= devilspie-0.22 PKGREVISION= 15 @@ -18,6 +18,7 @@ USE_PKGLOCALEDIR= YES TEST_TARGET= check INSTALLATION_DIRS= share/doc/devilspie LDFLAGS.DragonFly= -lX11 +LDFLAGS.SunOS+= -lX11 post-install: ${INSTALL_DATA} ${WRKSRC}/README \ |