summaryrefslogtreecommitdiff
path: root/mail/popper/files/patch-ae
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-11-20 14:38:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-11-20 14:38:54 +0000
commitae95d57edeba3fbece29f7d032dcef6977cc6157 (patch)
tree444cbd81e494f7b726ca95dd5c365a6b073140ec /mail/popper/files/patch-ae
parentenable ports/net/ttt. (diff)
Upgrade to 2.41beta1
Diffstat (limited to '')
-rw-r--r--mail/popper/files/patch-ae39
1 files changed, 28 insertions, 11 deletions
diff --git a/mail/popper/files/patch-ae b/mail/popper/files/patch-ae
index 7bf8181f3111..f88fa384366c 100644
--- a/mail/popper/files/patch-ae
+++ b/mail/popper/files/patch-ae
@@ -1,7 +1,7 @@
-*** configure.orig Fri Jul 25 21:42:06 1997
---- configure Tue Oct 7 22:37:01 1997
+*** configure.orig Thu Nov 20 00:20:39 1997
+--- configure Thu Nov 20 16:42:25 1997
***************
-*** 828,834 ****
+*** 832,838 ****
fi
fi
@@ -9,7 +9,7 @@
then
CFLAGS="$CFLAGS -fstrength-reduce -fpcc-struct-return"
fi
---- 828,834 ----
+--- 832,838 ----
fi
fi
@@ -18,29 +18,46 @@
CFLAGS="$CFLAGS -fstrength-reduce -fpcc-struct-return"
fi
***************
-*** 1354,1360 ****
+*** 954,960 ****
+ AIX*) O_DEFS="$O_DEFS -DAIX" ;;
+ IRIX*) O_DEFS="-cckr $O_DEFS -DIRIX" ;;
+ BSD*) O_DEFS="$O_DEFS -DBSD" ;;
+! FreeBSD*) O_DEFS="$O_DEFS -DBSD" ;;
+ Linux*) O_DEFS="$O_DEFS -DLINUX" ;;
+ esac
+ TARGET="popper $TARGET"
+--- 954,960 ----
+ AIX*) O_DEFS="$O_DEFS -DAIX" ;;
+ IRIX*) O_DEFS="-cckr $O_DEFS -DIRIX" ;;
+ BSD*) O_DEFS="$O_DEFS -DBSD" ;;
+! FreeBSD*) O_DEFS="$O_DEFS" ;;
+ Linux*) O_DEFS="$O_DEFS -DLINUX" ;;
+ esac
+ TARGET="popper $TARGET"
+***************
+*** 1415,1421 ****
netinet/in.h \
maillock.h \
ndbm.h \
- gdbm.h \
+ dbm.h \
do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
---- 1354,1359 ----
+--- 1415,1420 ----
***************
-*** 1697,1703 ****
+*** 1759,1765 ****
char gdbm_open();
int main() {
! gdbm_open()
; return 0; }
EOF
- if { (eval echo configure:1704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
---- 1696,1702 ----
+ if { (eval echo configure:1766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+--- 1758,1764 ----
char gdbm_open();
int main() {
! DISABLE_gdbm_open()
; return 0; }
EOF
- if { (eval echo configure:1704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+ if { (eval echo configure:1766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then