diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-20 09:58:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-20 09:58:19 +0000 |
commit | ff7076dd35cc2522ef3338a4c26bf98d623ffc7f (patch) | |
tree | cbcb059e7f3bdbfbe9b1bcdb6042fe6e9aa955d8 /mail/libesmtp/files/patch-Makefile.in | |
parent | add cpp2latex (diff) |
- Don't infect user's system with totally useless .la files;
- remove USE_LIBTOOL (which is nop in this case) and associated patches that
"make" it work;
- add missed USE_OPENSSL.
Diffstat (limited to 'mail/libesmtp/files/patch-Makefile.in')
-rw-r--r-- | mail/libesmtp/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/libesmtp/files/patch-Makefile.in b/mail/libesmtp/files/patch-Makefile.in deleted file mode 100644 index 2fe920965987..000000000000 --- a/mail/libesmtp/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in Fri Jul 6 15:00:38 2001 -+++ Makefile.in.new Fri Jul 13 13:38:34 2001 -@@ -79,7 +79,7 @@ - LIBESMTP_VERSION = @LIBESMTP_VERSION@ - LIBLTDL = @LIBLTDL@ - LIBS = @LIBS@ --LIBTOOL = @LIBTOOL@ -+LIBTOOL = ${SHELL} ${top_builddir}/libltdl/libtool - LIBTOOL_DEPS = @LIBTOOL_DEPS@ - LIB_AGE = @LIB_AGE@ - LIB_CURRENT = @LIB_CURRENT@ |