summaryrefslogtreecommitdiff
path: root/mail/elm+ME/files/patch-ac
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-05-27 12:56:05 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-05-27 12:56:05 +0000
commite7773154adba853debc772ce0feb9481098e5625 (patch)
treee6098a45e77e6b1413e9db00124143e50159a018 /mail/elm+ME/files/patch-ac
parentupgrade to 1.1.5 (diff)
new release of elm 2.4 ME+ pl 92.
PR: 27310 Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
Notes
Notes: svn path=/head/; revision=43128
Diffstat (limited to 'mail/elm+ME/files/patch-ac')
-rw-r--r--mail/elm+ME/files/patch-ac23
1 files changed, 20 insertions, 3 deletions
diff --git a/mail/elm+ME/files/patch-ac b/mail/elm+ME/files/patch-ac
index 76684c18becd..5b376468189b 100644
--- a/mail/elm+ME/files/patch-ac
+++ b/mail/elm+ME/files/patch-ac
@@ -1,5 +1,5 @@
---- Configure.orig Fri Dec 29 20:57:04 2000
-+++ Configure Sat Jan 6 23:19:54 2001
+--- Configure.orig Fri May 11 19:35:20 2001
++++ Configure Sun May 13 01:26:06 2001
@@ -16,10 +16,10 @@
PATH=".:$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin"
export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$)
@@ -15,7 +15,16 @@
(alias) >/dev/null 2>&1 && \
echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \
-@@ -1926,7 +1926,10 @@
+@@ -1971,7 +1971,7 @@
+ echo "Found shlib directory"
+ fi
+
+- $echo "Trying create chared library"
++ $echo "Trying create shared library"
+
+ LibLoc=`cd ..; pwd`/shlib
+
+@@ -2263,7 +2263,10 @@
: see if crypt exists
echo " "
@@ -27,3 +36,11 @@
echo 'crypt() found.'
d_crypt="$define"
cryptlib=''
+@@ -2767,6 +2770,7 @@
+
+ $echo $n "Testing if inet_aton can be used ... $c"
+ $cat > try.c <<'EOF'
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>