diff options
author | pat <pat@FreeBSD.org> | 2002-02-04 22:31:49 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-04 22:31:49 +0000 |
commit | 95b0970c6d6bb1a02f5cafd7532e3f21c8ef92ff (patch) | |
tree | 3c0c24dcf47b32631dbc238a1652dcca46c35448 /databases/db33 | |
parent | 713e897a83867b2ec23889beba0a333f3bccf7f8 (diff) | |
download | FreeBSD-ports-95b0970c6d6bb1a02f5cafd7532e3f21c8ef92ff.zip FreeBSD-ports-95b0970c6d6bb1a02f5cafd7532e3f21c8ef92ff.tar.gz |
Make port LOCALBASE safe
PR: 34513
Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
Approved by: maintainer
Diffstat (limited to 'databases/db33')
-rw-r--r-- | databases/db33/files/patch-dist::configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db33/files/patch-dist::configure b/databases/db33/files/patch-dist::configure index 9e43a30..eb05bc9 100644 --- a/databases/db33/files/patch-dist::configure +++ b/databases/db33/files/patch-dist::configure @@ -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; } |