diff options
author | mezz <mezz@FreeBSD.org> | 2009-07-06 06:18:54 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-07-06 06:18:54 +0800 |
commit | 7dca84c2c8f90d960339722b5fda635369ae23ea (patch) | |
tree | a4c5b3e5dd793a72afb190416eea39be54da2c09 /finance/kmymoney2/files | |
parent | dd255ae6864ebe126bc9725e7541abc7c8204002 (diff) | |
download | freebsd-ports-gnome-7dca84c2c8f90d960339722b5fda635369ae23ea.tar.gz freebsd-ports-gnome-7dca84c2c8f90d960339722b5fda635369ae23ea.tar.zst freebsd-ports-gnome-7dca84c2c8f90d960339722b5fda635369ae23ea.zip |
Use LTMAIN and LIBTOOL instead of hardcore.
Diffstat (limited to 'finance/kmymoney2/files')
-rw-r--r-- | finance/kmymoney2/files/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/kmymoney2/files/patch-configure b/finance/kmymoney2/files/patch-configure index 0a0e7ebd5da6..b6b8cab44977 100644 --- a/finance/kmymoney2/files/patch-configure +++ b/finance/kmymoney2/files/patch-configure @@ -11,11 +11,11 @@ # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh" ++LIBTOOL_DEPS=" %%LTMAIN%%" # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' -+LIBTOOL='$(SHELL) /usr/local/bin/libtool --silent' ++LIBTOOL='$(SHELL) %%LIBTOOL%% --silent' # Prevent multiple expansion |