From b2abf95ad6440ae9568c665f37ed2d98440de73f Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 7 Oct 2001 17:04:00 +0000 Subject: Location independence (by LOCALBASE) of both ltconfig and ltmain.sh PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer --- databases/db41/Makefile | 1 + databases/db41/files/patch-ab | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'databases/db41') diff --git a/databases/db41/Makefile b/databases/db41/Makefile index 6f53058..e4f17b1 100644 --- a/databases/db41/Makefile +++ b/databases/db41/Makefile @@ -38,5 +38,6 @@ pre-patch: post-patch: @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure .include diff --git a/databases/db41/files/patch-ab b/databases/db41/files/patch-ab index 848114a..50bab3b 100644 --- a/databases/db41/files/patch-ab +++ b/databases/db41/files/patch-ab @@ -7,8 +7,8 @@ - ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \ - --no-verify $srcdir/ltmain.sh \ - --output=./libtool $host_os \ -+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \ -+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \ ++ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \ ++ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \ + --output=./libtool \ --disable-static \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -- cgit v1.1