diff options
author | hans <hans@pkgsrc.org> | 2012-04-13 22:47:47 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-13 22:47:47 +0000 |
commit | 9d14d1ec2c3bf00a0d55c1f4ea00c4415ed8f606 (patch) | |
tree | 3824932779f57869eb203cbdd3383f650a381ad2 /editors | |
parent | cbe0766c9181c780e0d33d8e40d730be297ce7b5 (diff) | |
download | pkgsrc-9d14d1ec2c3bf00a0d55c1f4ea00c4415ed8f606.tar.gz |
Add -lrt to LIBS.SunOS and LIBS as OS_LIBS to MAKE_ENV to make this build.
Not needed on 5.11, but doesn't hurt either.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 1caa4a12f11..e4bded6d9a4 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/03/03 18:25:52 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2012/04/13 22:47:47 hans Exp $ # DISTNAME= biew562 @@ -22,6 +22,9 @@ WRKSRC= ${WRKDIR}/biew-562 INSTALLATION_DIRS= bin +LIBS.SunOS+= -lrt +MAKE_ENV+= OS_LIBS=${LIBS:Q} + do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/biew ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/biew |