pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/yodl Pass LDFLAGS down to configure twice: on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8d06439e26d
branches:  trunk
changeset: 506009:f8d06439e26d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 10 17:23:14 2006 +0000

description:
Pass LDFLAGS down to configure twice: once using the normal LDFLAGS
done automatically, once as ILDFLAGS, which ends up to be actually
used. This fixes rpath linkage on DragonFly.

diffstat:

 textproc/yodl/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 32ab04ac7bbe -r f8d06439e26d textproc/yodl/Makefile
--- a/textproc/yodl/Makefile    Tue Jan 10 16:58:04 2006 +0000
+++ b/textproc/yodl/Makefile    Tue Jan 10 17:23:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:43 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/01/10 17:23:14 joerg Exp $
 
 DISTNAME=      yodl-1.31.18
 PKGREVISION=   3
@@ -14,9 +14,7 @@
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake
 MAKEFILE=      GNUmakefile
-
-do-build:
-       @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+=        ILDFLAGS=${LDFLAGS:Q}
 
 .include "../../lang/python/application.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index