aboutsummaryrefslogtreecommitdiff
path: root/mail/libesmtp/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-19 19:22:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-19 19:22:53 +0000
commita2f8b226ccc12daedd180aade718a90e4a413c05 (patch)
treeb04f9447b603552b774cac896ac6ced81b753dc6 /mail/libesmtp/files
parent29f01dc7dba8f89083c6dce17cbd524a90c944a9 (diff)
downloadports-a2f8b226ccc12daedd180aade718a90e4a413c05.tar.gz
ports-a2f8b226ccc12daedd180aade718a90e4a413c05.zip
* Do not explicitly link against libc
* Do not install module .a files Approved by: maintainer
Notes
Notes: svn path=/head/; revision=73513
Diffstat (limited to 'mail/libesmtp/files')
-rw-r--r--mail/libesmtp/files/patch-configure10
-rw-r--r--mail/libesmtp/files/patch-ltmain.sh28
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"