summaryrefslogtreecommitdiff
path: root/devel/apr-util/patches/patch-ab
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2008-11-02 15:05:11 +0000
committercube <cube@pkgsrc.org>2008-11-02 15:05:11 +0000
commitc3d6636abf8229b16d441879a74f61673018f7b6 (patch)
tree8f8b270e9bae4d7783975d02902735283b897bec /devel/apr-util/patches/patch-ab
parent9f46411e3ac3211bbb4956e586af47eced97c7ea (diff)
downloadpkgsrc-c3d6636abf8229b16d441879a74f61673018f7b6.tar.gz
Don't let the build's LDFLAGS be polluted by what provides apr, because apr
doesn't know about all dependencies of apr-util. Otherwise the final binary wouldn't have the proper RPATHs. Bump PKGREVISION.
Diffstat (limited to 'devel/apr-util/patches/patch-ab')
-rw-r--r--devel/apr-util/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr-util/patches/patch-ab b/devel/apr-util/patches/patch-ab
index 17d79cdfe49..09cf93ff846 100644
--- a/devel/apr-util/patches/patch-ab
+++ b/devel/apr-util/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2007/04/28 06:23:05 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2008/11/02 15:05:11 cube Exp $
--- configure.orig 2006-11-29 03:48:46.000000000 -0800
+++ configure
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1 2007/04/28 06:23:05 minskim Exp $
$mkdir_p build
fi
-cp $APR_BUILD_DIR/apr_rules.mk $abs_builddir/build/rules.mk
-+sed -e 's:^LIBTOOL=.*:LIBTOOL=$(WRAPPER_DIR)/bin/libtool:' $APR_BUILD_DIR/apr_rules.mk > $abs_builddir/build/rules.mk
++sed -e 's:^LIBTOOL=.*:LIBTOOL=$(WRAPPER_DIR)/bin/libtool:' -e "s:^LDFLAGS=.*:LDFLAGS=${LDFLAGS}:" $APR_BUILD_DIR/apr_rules.mk > $abs_builddir/build/rules.mk
case "$host_alias" in
*bsdi* | BSD/OS)