pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nbpatch Pass down LIBS as LDADD to get -lnbcompa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8acaec0a919a
branches:  trunk
changeset: 546998:8acaec0a919a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Sep 10 19:23:31 2008 +0000

description:
Pass down LIBS as LDADD to get -lnbcompat linked in.

diffstat:

 devel/nbpatch/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d5e474fc57f6 -r 8acaec0a919a devel/nbpatch/Makefile
--- a/devel/nbpatch/Makefile    Wed Sep 10 19:18:38 2008 +0000
+++ b/devel/nbpatch/Makefile    Wed Sep 10 19:23:31 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/09/10 18:48:56 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/09/10 19:23:31 joerg Exp $
 #
 
 DISTNAME=      nbpatch-20080910
@@ -20,6 +20,8 @@
 
 NBCOMPAT_CONFIGURE_ARGS+=      --enable-bsd-getopt
 
+ALL_ENV+=      LDADD=${LIBS:Q}
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
 
 do-extract:



Home | Main Index | Thread Index | Old Index