pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/biew Add -lrt to LIBS.SunOS and LIBS as OS_LIB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b9691a48732
branches: trunk
changeset: 602423:5b9691a48732
user: hans <hans%pkgsrc.org@localhost>
date: Fri Apr 13 22:47:47 2012 +0000
description:
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:
editors/biew/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3744068d02f1 -r 5b9691a48732 editors/biew/Makefile
--- a/editors/biew/Makefile Fri Apr 13 22:44:17 2012 +0000
+++ b/editors/biew/Makefile Fri Apr 13 22:47:47 2012 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index