diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-31 23:15:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-31 23:15:04 +0000 |
commit | cfb038a9d4ffc884a94e2cabdb97cf5ad0ec0528 (patch) | |
tree | 274f00b971dc760a923fca0fd4e20363c829c6eb /textproc/pspell | |
parent | f8169b4d6b4d018b2d10f09cae1d4572591362ad (diff) | |
download | ports-cfb038a9d4ffc884a94e2cabdb97cf5ad0ec0528.tar.gz ports-cfb038a9d4ffc884a94e2cabdb97cf5ad0ec0528.zip |
Fix a build failure caused by the fact that I used my custom version of
libtool port on machine where I was testing upgrade to 0.12.
Submitted by: Tadayuki Okada <tokada@isi.com>
Notes
Notes:
svn path=/head/; revision=37853
Diffstat (limited to 'textproc/pspell')
-rw-r--r-- | textproc/pspell/files/patch-libltdl_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/pspell/files/patch-libltdl_Makefile.in b/textproc/pspell/files/patch-libltdl_Makefile.in new file mode 100644 index 000000000000..10341981cfec --- /dev/null +++ b/textproc/pspell/files/patch-libltdl_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libltdl/Makefile.in 2001/01/31 23:03:23 1.1 ++++ libltdl/Makefile.in 2001/01/31 23:03:38 +@@ -69,7 +69,7 @@ + GCJFLAGS = @GCJFLAGS@ + LIBADD_DL = @LIBADD_DL@ + LIBTOOL = @LIBTOOL@ +-LIBTOOL_DEPS = @LIBTOOL_DEPS@ ++LIBTOOL_DEPS = #@LIBTOOL_DEPS@ + LN_S = @LN_S@ + MAINT = @MAINT@ + MAKEINFO = @MAKEINFO@ |