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
commit556f63c97e69a6c80a31322100ba7c93948e2d56 (patch)
tree4319ce8e085650c30fda7841e55f766a3cc01cab /textproc
parentfad45a4abfffbd065123696b4aa11b9cd2f43db1 (diff)
downloadpkgsrc-556f63c97e69a6c80a31322100ba7c93948e2d56.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"