pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/devel/cvsps Pullup ticket 640 - requested by G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06b76e62455d
branches:  pkgsrc-2005Q2
changeset: 495944:06b76e62455d
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Aug 04 22:22:14 2005 +0000

description:
Pullup ticket 640 - requested by Grant Beattie
portability fix for cvsps

Revisions pulled up:
- pkgsrc/devel/cvsps/Makefile           1.16

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Fri Jul 29 03:39:06 UTC 2005

   Modified Files:
        pkgsrc/devel/cvsps: Makefile

   Log Message:
   honour LDFLAGS and LIBS

diffstat:

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

diffs (17 lines):

diff -r de8c0ad9808b -r 06b76e62455d devel/cvsps/Makefile
--- a/devel/cvsps/Makefile      Thu Aug 04 22:13:30 2005 +0000
+++ b/devel/cvsps/Makefile      Thu Aug 04 22:22:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/22 20:07:50 jlam Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2005/08/04 22:22:14 salo Exp $
 #
 
 DISTNAME=      cvsps-2.0rc1
@@ -17,6 +17,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