diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-04 10:38:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-04 10:38:23 +0000 |
commit | aeab689df1dcfec84f0a30d9a329818ae2bdc790 (patch) | |
tree | 6897a12321262ca7a5f01177f0cb6d452bbac45e /security/xmlsec | |
parent | a780406c450e1096cfb1013b1499cc08d70b1478 (diff) | |
download | ports-aeab689df1dcfec84f0a30d9a329818ae2bdc790.tar.gz ports-aeab689df1dcfec84f0a30d9a329818ae2bdc790.zip |
Notes
Diffstat (limited to 'security/xmlsec')
-rw-r--r-- | security/xmlsec/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/xmlsec/files/patch-configure b/security/xmlsec/files/patch-configure new file mode 100644 index 000000000000..e5559c31dc1c --- /dev/null +++ b/security/xmlsec/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Apr 9 12:39:45 2003 ++++ configure Tue May 13 05:26:35 2003 +@@ -8662,6 +8662,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' |