diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-27 15:30:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-27 15:30:23 +0000 |
commit | 4f830a88aac18a4b66b5546c6d76fb3d596e1983 (patch) | |
tree | 0c9fb60c58934eaf8e990974b10b2c0f8c298987 /math/fftw3/files | |
parent | 09a83543a067aaf95b8ffd0277179bcfef6d5b7b (diff) | |
download | ports-4f830a88aac18a4b66b5546c6d76fb3d596e1983.tar.gz ports-4f830a88aac18a4b66b5546c6d76fb3d596e1983.zip |
Notes
Diffstat (limited to 'math/fftw3/files')
-rw-r--r-- | math/fftw3/files/patch-configure | 10 | ||||
-rw-r--r-- | math/fftw3/files/patch-doc::fftw.texi | 13 |
2 files changed, 23 insertions, 0 deletions
diff --git a/math/fftw3/files/patch-configure b/math/fftw3/files/patch-configure new file mode 100644 index 000000000000..18bde56854e2 --- /dev/null +++ b/math/fftw3/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Mar 24 16:09:56 2003 ++++ configure Fri Jul 25 10:52:07 2003 +@@ -8217,6 +8217,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' diff --git a/math/fftw3/files/patch-doc::fftw.texi b/math/fftw3/files/patch-doc::fftw.texi new file mode 100644 index 000000000000..dcf37f7ea431 --- /dev/null +++ b/math/fftw3/files/patch-doc::fftw.texi @@ -0,0 +1,13 @@ +--- doc/fftw.texi.orig Mon Mar 17 08:43:18 2003 ++++ doc/fftw.texi Fri Jul 25 11:26:48 2003 +@@ -3,6 +3,10 @@ + @c %**start of header + @setfilename fftw.info + @settitle FFTW ++@dircategory Libraries ++@direntry ++* FFTW: (fftw). Fast fourier transform library ++@end direntry + @c %**end of header + + @include version.texi |