summaryrefslogtreecommitdiffstats
path: root/databases/db3/files/patch-ab
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-07 17:04:00 +0000
committerlioux <lioux@FreeBSD.org>2001-10-07 17:04:00 +0000
commitb2abf95ad6440ae9568c665f37ed2d98440de73f (patch)
treed0c0f9f5d2218b9df9545a192898f64ab4e02f72 /databases/db3/files/patch-ab
parent31f2bb9ececd3ae4755a0afcfb68d34695455f6f (diff)
downloadFreeBSD-ports-b2abf95ad6440ae9568c665f37ed2d98440de73f.zip
FreeBSD-ports-b2abf95ad6440ae9568c665f37ed2d98440de73f.tar.gz
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'databases/db3/files/patch-ab')
-rw-r--r--databases/db3/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db3/files/patch-ab b/databases/db3/files/patch-ab
index 848114a..50bab3b 100644
--- a/databases/db3/files/patch-ab
+++ b/databases/db3/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; }
OpenPOWER on IntegriCloud