summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-10 17:23:14 +0000
committerjoerg <joerg>2006-01-10 17:23:14 +0000
commit39b2ce5e3a6b0587ae2c8451b5a4a3d14fea356c (patch)
tree4319ce8e085650c30fda7841e55f766a3cc01cab /textproc
parentb4f7cd31c9628f91aed4502f633544643000e858 (diff)
downloadpkgsrc-39b2ce5e3a6b0587ae2c8451b5a4a3d14fea356c.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/yodl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile
index d0c43bb10d5..afbe7849f4d 100644
--- a/textproc/yodl/Makefile
+++ b/textproc/yodl/Makefile
@@ -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 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
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"