From 9d14d1ec2c3bf00a0d55c1f4ea00c4415ed8f606 Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 13 Apr 2012 22:47:47 +0000 Subject: 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. --- editors/biew/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'editors') 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 -- cgit v1.2.3