freebsd-ports/textproc/pspell/files/patch-libltdl_Makefile.in
Maxim Sobolev cfb038a9d4 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>
2001-01-31 23:15:04 +00:00

15 lines
309 B
Plaintext

$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@