summaryrefslogtreecommitdiff
path: root/textproc/pspell
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-31 23:15:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-31 23:15:04 +0000
commitcfb038a9d4ffc884a94e2cabdb97cf5ad0ec0528 (patch)
tree274f00b971dc760a923fca0fd4e20363c829c6eb /textproc/pspell
parentnew port of wb0, a Web browser for the VGA console which can display (diff)
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.in14
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@