pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvsps honour LDFLAGS and LIBS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63a1b8e6d258
branches:  trunk
changeset: 497488:63a1b8e6d258
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jul 29 03:39:06 2005 +0000

description:
honour LDFLAGS and LIBS

diffstat:

 devel/cvsps/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dd9d554d8e74 -r 63a1b8e6d258 devel/cvsps/Makefile
--- a/devel/cvsps/Makefile      Fri Jul 29 01:15:16 2005 +0000
+++ b/devel/cvsps/Makefile      Fri Jul 29 03:39:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/07/13 04:00:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2005/07/29 03:39:06 grant Exp $
 #
 
 DISTNAME=      cvsps-2.1
@@ -16,6 +16,7 @@
 INSTALLATION_DIRS=     bin man/man1
 
 LIBS.SunOS+=           -lnsl -lsocket
+MAKE_ENV+=             LIBS=${LIBS:Q}
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index