summaryrefslogtreecommitdiff
path: root/mail/libspf2/files/patch-configure
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2005-09-11 21:26:39 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2005-09-11 21:26:39 +0000
commit6db9e66f7afc52f39aa706a3bf62306dffe0da56 (patch)
tree04bb2c7ba601f42a9e72844d7363d1c74c4f3925 /mail/libspf2/files/patch-configure
parent- Update to 1.8.33 (diff)
Completing repo-copy of mail/libspf2 to mail/libspf2-10.
PR: 85000 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=142475
Diffstat (limited to 'mail/libspf2/files/patch-configure')
-rw-r--r--mail/libspf2/files/patch-configure54
1 files changed, 54 insertions, 0 deletions
diff --git a/mail/libspf2/files/patch-configure b/mail/libspf2/files/patch-configure
new file mode 100644
index 000000000000..11f7b2a64dbc
--- /dev/null
+++ b/mail/libspf2/files/patch-configure
@@ -0,0 +1,54 @@
+--- configure.orig Wed Feb 23 23:14:51 2005
++++ configure Thu Jul 28 20:12:32 2005
+@@ -19332,10 +19332,10 @@
+
+
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh"
+
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++LIBTOOL='$(SHELL) /usr/local/bin/libtool15'
+
+ # Prevent multiple expansion
+
+@@ -22349,13 +22349,13 @@
+ fi
+
+
+-echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
+-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
++echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
++echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6
+ if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lpthread $LIBS"
++LIBS="-pthread $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -22418,7 +22418,7 @@
+ #define HAVE_LIBPTHREAD 1
+ _ACEOF
+
+- LIBS="-lpthread $LIBS"
++ LIBS="-pthread $LIBS"
+
+ fi
+
+@@ -23661,12 +23661,6 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+
+- #ifdef HAVE_SYS_SOCKET_H
+- # include <sys/socket.h> /* inet_ functions / structs */
+- #endif
+- #ifdef HAVE_NETINET_IN_H
+- # include <netinet/in.h> /* inet_ functions / structs */
+- #endif
+ #ifdef HAVE_ARPA_NAMESER_H
+ # include <arpa/nameser.h> /* DNS HEADER struct */
+ #endif