diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-19 19:22:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-19 19:22:53 +0000 |
commit | a2f8b226ccc12daedd180aade718a90e4a413c05 (patch) | |
tree | b04f9447b603552b774cac896ac6ced81b753dc6 /mail/libesmtp/files | |
parent | 29f01dc7dba8f89083c6dce17cbd524a90c944a9 (diff) | |
download | ports-a2f8b226ccc12daedd180aade718a90e4a413c05.tar.gz ports-a2f8b226ccc12daedd180aade718a90e4a413c05.zip |
Notes
Diffstat (limited to 'mail/libesmtp/files')
-rw-r--r-- | mail/libesmtp/files/patch-configure | 10 | ||||
-rw-r--r-- | mail/libesmtp/files/patch-ltmain.sh | 28 |
2 files changed, 10 insertions, 28 deletions
diff --git a/mail/libesmtp/files/patch-configure b/mail/libesmtp/files/patch-configure new file mode 100644 index 000000000000..ff6513af4fb4 --- /dev/null +++ b/mail/libesmtp/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Dec 31 14:16:20 2002 ++++ configure Tue Dec 31 14:16:31 2002 +@@ -5402,6 +5402,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/mail/libesmtp/files/patch-ltmain.sh b/mail/libesmtp/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/mail/libesmtp/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |