diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 13:38:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 13:38:32 +0000 |
commit | f004bf7ce17bb8700f07832c6b78ac649bdb3221 (patch) | |
tree | 3f4cd9d60ab9258e2696139f4a030495ec6e98f7 /net/pvm++/files | |
parent | fix build on -current (diff) |
- GNU_CONFIGURE -> USE_LIBTOOL
PR: 46465
Submitted by: Ports Fury
Diffstat (limited to 'net/pvm++/files')
-rw-r--r-- | net/pvm++/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/pvm++/files/patch-configure b/net/pvm++/files/patch-configure new file mode 100644 index 000000000000..5c02d4c54417 --- /dev/null +++ b/net/pvm++/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jun 27 22:23:51 2001 ++++ configure Sat Dec 14 09:02:22 2002 +@@ -5296,6 +5296,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |