diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-01 07:15:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-01 07:15:04 +0800 |
commit | 55ed086c0628025916132e1267f3ba34d15ed34a (patch) | |
tree | 2090e45513365606484240d174331385a9fbc704 /textproc | |
parent | d6c7c78d8ba677f560d9c9d9e3fed084b21e9560 (diff) | |
download | freebsd-ports-gnome-55ed086c0628025916132e1267f3ba34d15ed34a.tar.gz freebsd-ports-gnome-55ed086c0628025916132e1267f3ba34d15ed34a.tar.zst freebsd-ports-gnome-55ed086c0628025916132e1267f3ba34d15ed34a.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>
Diffstat (limited to 'textproc')
-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@ |